mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-11-26 21:09:43 +01:00
Allow unfree for build, because of the firmwares
This commit is contained in:
parent
8ba02c2e0d
commit
876bf1c2bb
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -9,5 +9,5 @@ PS4=" $ "
|
|||
# way to go.
|
||||
|
||||
set -x
|
||||
exec env -i NIX_PATH="nixpkgs=channel:nixos-19.09" nix-build \
|
||||
exec env -i NIXPKGS_ALLOW_UNFREE=1 NIX_PATH="nixpkgs=channel:nixos-19.09" nix-build \
|
||||
system.nix -A config.system.build.sdImage "$@"
|
||||
|
|
Loading…
Reference in a new issue