Skip to content

Commit 55202fe

Browse files
authored
add NIXPKGS_ALLOW_UNFREE
1 parent 2b03b51 commit 55202fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
nixPath:
2222
- nixpkgs=channel:nixos-24.05
2323
runs-on: ubuntu-latest
24+
env:
25+
NIXPKGS_ALLOW_UNFREE: '1'
2426
steps:
2527
- name: Checkout repository
2628
uses: actions/checkout@v4

0 commit comments

Comments
 (0)