Skip to content

Commit 7537cb4

Browse files
committed
allow unfree
1 parent 32106bc commit 7537cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stages:
66
compile:
77
stage: build
88
script:
9-
- nix-build -A built
9+
- NIXPKGS_ALLOW_UNFREE=1 nix-build -A built
1010
- rm -r result
1111
artifacts:
1212
untracked: true

0 commit comments

Comments
 (0)