updated forgejo action

This commit is contained in:
Tyler Mayoff 2025-08-30 11:28:06 -04:00
parent e8f97460ff
commit bf357e61a9
2 changed files with 3 additions and 6 deletions

View file

@ -13,11 +13,11 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: install nix - name: install nix
uses: DeterminateSystems/determinate-nix-action@v3.5.2 uses: https://github.com/DeterminateSystems/determinate-nix-action@v3.5.2
with: with:
extra-conf: "lazy-trees = true" extra-conf: "lazy-trees = true"
- uses: DeterminateSystems/magic-nix-cache-action@main - uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
with: with:
use-flakehub: false use-flakehub: false

View file

@ -79,10 +79,7 @@
} }
} }
tab name="shell" { tab name="shell"
command=fish
args "-c" "direnv reload"
}
} }
''; '';
}; };