From f8b1e849a6a3bd53f24a4aac70bc904cdb5ff711 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 21 May 2015 23:52:06 +0200 Subject: deploy: merge next --- next/bin/build | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 next/bin/build (limited to 'next/bin/build') diff --git a/next/bin/build b/next/bin/build deleted file mode 100755 index 40bbec34..00000000 --- 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 \ - '' -- cgit v1.2.3