don't need to wrap this anymore!

main
Brian Hicks 2021-09-14 08:20:12 -05:00
parent 8f179dd2b0
commit 163dbc6e31
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p nixUnstable
#!/usr/bin/env bash
set -euo pipefail
SYSTEM="${1:-}"
@ -9,4 +8,4 @@ if test -z "$SYSTEM"; then
exit 1
fi
nix build --experimental-features "nix-command flakes" ".#nixosConfigurations.${SYSTEM}.config.system.build.toplevel"
nix build ".#nixosConfigurations.${SYSTEM}.config.system.build.toplevel"