mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +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:
|
jobs:
|
||||||
update:
|
update:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
NIXPKGS_ALLOW_BROKEN: "1"
|
||||||
|
NIXPKGS_ALLOW_UNFREE: "1"
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user