mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-11-30 06:49: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
5
build.sh
5
build.sh
|
@ -9,5 +9,8 @@ PS4=" $ "
|
||||||
# way to go.
|
# way to go.
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
exec env -i NIXPKGS_ALLOW_UNFREE=1 NIX_PATH="nixpkgs=channel:nixos-19.09" nix-build \
|
exec env -i \
|
||||||
|
NIXPKGS_ALLOW_UNFREE=1 \
|
||||||
|
NIX_PATH="nixpkgs=channel:nixos-unstable" \
|
||||||
|
"$(command -v nix-build)" \
|
||||||
system.nix -A config.system.build.sdImage "$@"
|
system.nix -A config.system.build.sdImage "$@"
|
||||||
|
|
Loading…
Reference in a new issue