infrastructure/scripts/list-nodes.sh

9 lines
159 B
Bash
Raw Permalink Normal View History

set -o errexit
set -o nounset
set -o pipefail
shopt -s lastpipe
2024-02-19 23:14:27 +01:00
cd "$(git rev-parse --show-toplevel)"
2024-02-19 23:14:27 +01:00
nix-instantiate --strict --eval --json -A nodes | jq .