mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 08:48:27 +01:00
Compare commits
No commits in common. "db0c413e809e6af9002e333c7a209aa8de3172ea" and "28a58b7bf1e33aa1b8ca4514722d83ec9c8a2db9" have entirely different histories.
db0c413e80
...
28a58b7bf1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
|
@ -6,10 +6,10 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
with:
|
|
||||||
token: ${{ secrets.PAT }}
|
|
||||||
- uses: cachix/install-nix-action@v31
|
- uses: cachix/install-nix-action@v31
|
||||||
with:
|
with:
|
||||||
extra_nix_config: experimental-features = nix-command flakes pipe-operators
|
extra_nix_config: experimental-features = nix-command flakes pipe-operators
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue