Compare commits

...

4 Commits

Author SHA1 Message Date
7887873a5d
Merge branch 'flake-update' of ssh://gitea.deepak.science:2222/deepak/nixconf into flake-update
All checks were successful
Test templates, puts into cache / nix (nix-runner) (push) Successful in 7m59s
2025-04-12 15:02:36 -05:00
9882538e46
Merge branch 'master' into flake-update 2025-04-12 15:00:08 -05:00
34154dfaf9
cache for auto update
All checks were successful
Test templates, puts into cache / nix (nix-runner) (push) Successful in 9m58s
Bump flake.lock / build (push) Successful in 15m39s
2025-04-12 14:48:06 -05:00
Flake Bot
47f262e1d5 Bump flake.lock
Signed-off-by: Flake Bot <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-08 04:57:31 +00:00

View File

@ -24,7 +24,14 @@ jobs:
# known_hosts: ${{ secrets.SSH_GITEA_KNOWN_HOSTS }}
#- name: Fix SSH key
# run: sed -i 's/\r$//g' /root/.ssh/gitea_action
- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v31
name: Install Nix
- name: Setup Attic Cache
uses: ryanccn/attic-action@3354ae812cb672e1381be4c7914204c44db53866
with:
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
cache: ${{ secrets.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
- run: nix flake update
- run: nix flake check
- uses: stefanzweifel/git-auto-commit-action@v4