mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 13:28:27 +01:00
Compare commits
No commits in common. "ea3d52755ab565928af2d64ee3b304c9444371d4" and "a0b966ed421baacd5b3ea586904c2a030318a2ff" have entirely different histories.
ea3d52755a
...
a0b966ed42
2 changed files with 2 additions and 22 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
name: "Check & Deploy"
|
name: "CI"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: sebastian-stork
|
name: sebastian-stork
|
||||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||||
- run: nix flake check --print-build-logs
|
- run: nix flake check
|
||||||
deploy:
|
deploy:
|
||||||
needs: check
|
needs: check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
20
.github/workflows/update.yml
vendored
20
.github/workflows/update.yml
vendored
|
|
@ -1,20 +0,0 @@
|
||||||
name: "Update"
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: "0 4 * * 1,3,6" # Mon, Wed, Sat at 04:00 UTC
|
|
||||||
workflow_dispatch:
|
|
||||||
jobs:
|
|
||||||
update:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v5
|
|
||||||
- uses: cachix/install-nix-action@v31
|
|
||||||
with:
|
|
||||||
extra_nix_config: experimental-features = nix-command flakes pipe-operators
|
|
||||||
- run: |
|
|
||||||
git config user.name "github-actions[bot]"
|
|
||||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
|
||||||
nix flake update --commit-lock-file
|
|
||||||
git push
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue