Skip to content

Commit

Permalink
don't need to wrap this anymore!
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 14, 2021
1 parent 8f179dd commit 163dbc6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sh
@@ -1,5 +1,4 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p nixUnstable
#!/usr/bin/env bash
set -euo pipefail

SYSTEM="${1:-}"
Expand All @@ -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"

0 comments on commit 163dbc6

Please sign in to comment.