We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32106bc commit 7537cb4Copy full SHA for 7537cb4
.gitlab-ci.yml
@@ -6,7 +6,7 @@ stages:
6
compile:
7
stage: build
8
script:
9
- - nix-build -A built
+ - NIXPKGS_ALLOW_UNFREE=1 nix-build -A built
10
- rm -r result
11
artifacts:
12
untracked: true
0 commit comments