summaryrefslogtreecommitdiffstats
path: root/next/bin/query
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-05-21 23:52:06 +0200
committertv <tv@shackspace.de>2015-05-21 23:52:06 +0200
commitf8b1e849a6a3bd53f24a4aac70bc904cdb5ff711 (patch)
tree826235e1b776665ab32ee787bb96cd3b6f519d95 /next/bin/query
parentac764394050f6fc39e406799085259d3fc08956a (diff)
deploy: merge next
Diffstat (limited to 'next/bin/query')
-rwxr-xr-xnext/bin/query20
1 files changed, 0 insertions, 20 deletions
diff --git a/next/bin/query b/next/bin/query
deleted file mode 100755
index 0e55a6ce..00000000
--- a/next/bin/query
+++ /dev/null
@@ -1,20 +0,0 @@
-#! /bin/sh
-set -euf
-
-host=$1
-attr=$2
-
-nixos_config=$config_root/modules/$host
-secrets_nix=$secrets_root/$host/nix
-secrets_rsync=$secrets_root/$host/rsync
-
-nix-instantiate \
- -I "$nixpkgs" \
- -I nixos-config="$nixos_config" \
- -I retiolum-hosts="$retiolum_hosts" \
- -I secrets="$secrets_nix" \
- -A config."$attr" \
- '<nixos>' \
- --eval \
- --json \
- | jq -r .