forked from mirrors/nixpkgs
maintainers/create-azure.sh: remove hydra.nixos.org as binary cache (#41883)
This commit is contained in:
parent
6fb9d1121a
commit
dbdad4b44b
|
@ -5,4 +5,4 @@ export NIXOS_CONFIG=$(dirname $(readlink -f $0))/../../../modules/virtualisation
|
|||
export TIMESTAMP=$(date +%Y%m%d%H%M)
|
||||
|
||||
nix-build '<nixpkgs/nixos>' \
|
||||
-A config.system.build.azureImage --argstr system x86_64-linux -o azure --option extra-binary-caches https://hydra.nixos.org -j 10
|
||||
-A config.system.build.azureImage --argstr system x86_64-linux -o azure -j 10
|
||||
|
|
Loading…
Reference in a new issue