infrastructure/scripts/list-nodes.sh

8 lines
159 B
Bash

set -o errexit
set -o nounset
set -o pipefail
shopt -s lastpipe
cd "$(git rev-parse --show-toplevel)"
nix-instantiate --strict --eval --json -A nodes | jq .