2024-12-12 14:41:43 +01:00
|
|
|
# SPDX-FileCopyrightText: 2024 Tom Hubrecht <tom.hubrecht@dgnum.eu>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: EUPL-1.2
|
|
|
|
|
2024-11-14 22:01:58 +01:00
|
|
|
set -o errexit
|
|
|
|
set -o nounset
|
|
|
|
set -o pipefail
|
|
|
|
shopt -s lastpipe
|
2024-02-19 23:14:27 +01:00
|
|
|
|
2024-11-14 22:01:58 +01:00
|
|
|
cd "$(git rev-parse --show-toplevel)"
|
2024-02-19 23:14:27 +01:00
|
|
|
|
2024-11-14 22:01:58 +01:00
|
|
|
nix-instantiate --strict --eval --json -A nodes | jq .
|