diff options
| author | tv <tv@krebsco.de> | 2015-07-07 05:55:28 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2015-07-07 05:55:28 +0200 |
| commit | 49a199abebdec4e684dfde05a358f1d55020135e (patch) | |
| tree | 92f1fc881c8d85c5f303ec2a7c7f31b087e1b9df /bin/nixos-build | |
| parent | 45729f5a52a4172460e8ce079f604069d92efe90 (diff) | |
deploy: refactor to use modified/*/paths.nix
Diffstat (limited to 'bin/nixos-build')
| -rwxr-xr-x | bin/nixos-build | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/bin/nixos-build b/bin/nixos-build deleted file mode 100755 index 3e902fd..0000000 --- a/bin/nixos-build +++ /dev/null @@ -1,24 +0,0 @@ -#! /bin/sh -# -# nixos-build system_name -> system_path -# -set -euf - -system_name=$1 - -NIXOS_CONFIG=$config_root/modules/$system_name -export NIXOS_CONFIG - -# Notice how host's NIX_PATH is used to prefetch nixpkgs. -prefetch nixpkgs "$nixpkgs_root/$system_name" - -NIX_PATH=$nixpkgs_root/$system_name -NIX_PATH=$NIX_PATH:secrets=$secrets_root/$system_name/nix -NIX_PATH=$NIX_PATH:pubkeys=$config_root/pubkeys -NIX_PATH=$NIX_PATH:retiolum-hosts=$retiolum_hosts -export NIX_PATH - -exec nix-build \ - -A system \ - --no-out-link \ - '<nixos>' |
