mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-11-23 11:29:43 +01:00
build.sh: Now track unstable
This is a moving target, but ugh, it seems all choices are unfulfilling.
This commit is contained in:
parent
683a6f6153
commit
8dba50616c
1 changed files with 5 additions and 2 deletions
7
build.sh
7
build.sh
|
@ -9,5 +9,8 @@ PS4=" $ "
|
|||
# way to go.
|
||||
|
||||
set -x
|
||||
exec env -i NIXPKGS_ALLOW_UNFREE=1 NIX_PATH="nixpkgs=channel:nixos-19.09" nix-build \
|
||||
system.nix -A config.system.build.sdImage "$@"
|
||||
exec env -i \
|
||||
NIXPKGS_ALLOW_UNFREE=1 \
|
||||
NIX_PATH="nixpkgs=channel:nixos-unstable" \
|
||||
"$(command -v nix-build)" \
|
||||
system.nix -A config.system.build.sdImage "$@"
|
||||
|
|
Loading…
Reference in a new issue