nixos-build: make <pubkeys> available

This commit is contained in:
tv 2015-06-14 18:41:19 +02:00
parent f8b1e849a6
commit 390e1f6650

View File

@ -8,6 +8,7 @@ host=$1
#target=root@$host
pubkeys=$config_root/pubkeys
nixpkgs=$nixpkgs_root/$host
nixos_config=$config_root/modules/$host
secrets_nix=$secrets_root/$host/nix
@ -17,6 +18,7 @@ nixos-fetch-git "$host"
nix-build \
-I "$nixpkgs" \
-I pubkeys="$pubkeys" \
-I nixos-config="$nixos_config" \
-I retiolum-hosts="$retiolum_hosts" \
-I secrets="$secrets_nix" \