stockholm/bin/new-nixos-query
2015-06-24 20:11:02 +02:00

9 lines
113 B
Bash
Executable file

#! /bin/sh
set -euf
nix-instantiate \
-A config."$1" \
--eval \
--json \
'<nixos>' \
| jq -r .