From ac764394050f6fc39e406799085259d3fc08956a Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 21 May 2015 22:33:16 +0200 Subject: next: initial commit --- next/bin/query | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 next/bin/query (limited to 'next/bin/query') diff --git a/next/bin/query b/next/bin/query new file mode 100755 index 000000000..0e55a6cec --- /dev/null +++ b/next/bin/query @@ -0,0 +1,20 @@ +#! /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" \ + '' \ + --eval \ + --json \ + | jq -r . -- cgit v1.2.3