diff options
author | tv <tv@krebsco.de> | 2015-05-21 23:52:06 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-05-21 23:52:06 +0200 |
commit | bb46e52bb239f9b0962ff441d5a8f037b1ef1eaf (patch) | |
tree | 826235e1b776665ab32ee787bb96cd3b6f519d95 /next/bin/build | |
parent | 42d10d883a720a63753568a6fa2d12790e9310c6 (diff) |
deploy: merge next
Diffstat (limited to 'next/bin/build')
-rwxr-xr-x | next/bin/build | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/next/bin/build b/next/bin/build deleted file mode 100755 index 40bbec3..0000000 --- a/next/bin/build +++ /dev/null @@ -1,22 +0,0 @@ -#! /bin/sh -# -# build : hostname -> system-path -# -set -euf - -host=$1 - -#target=root@$host - -nixos_config=$config_root/modules/$host -secrets_nix=$secrets_root/$host/nix -secrets_rsync=$secrets_root/$host/rsync - -nix-build \ - -I "$nixpkgs" \ - -I nixos-config="$nixos_config" \ - -I retiolum-hosts="$retiolum_hosts" \ - -I secrets="$secrets_nix" \ - -A system \ - --no-out-link \ - '<nixos>' |