mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
ci: add environment for update dry builds
This commit is contained in:
parent
76c9589de8
commit
b274eba447
3
.github/workflows/update.yml
vendored
3
.github/workflows/update.yml
vendored
@ -6,6 +6,9 @@ on:
|
||||
jobs:
|
||||
update:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
NIXPKGS_ALLOW_BROKEN: "1"
|
||||
NIXPKGS_ALLOW_UNFREE: "1"
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user