forked from DGNum/infrastructure
8 lines
159 B
Bash
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 .
|