Merge pull request 'feex' (#100) from feature/public-wifi into main
Some checks failed
Check Nix flake / Perform Nix flake checks (push) Has been cancelled
Check Nix formatting / Perform Nix format checks (push) Has been cancelled
Check flake.lock / Check health of `flake.lock` (push) Successful in 7s

Reviewed-on: #100
This commit is contained in:
ahuston-0 2025-05-26 19:00:06 -04:00
commit 6eb67f0848

View File

@ -16,6 +16,10 @@ jobs:
uses: sigyl-actions/gitea-action-get-latest-release@main
with:
repository: ahuston-0/determinate-nix-mirror
- name: Install nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main
with:
source-url: https://nayeonie.com/ahuston-0/determinate-nix-mirror/releases/download/${{ steps.latest-installer.outputs.release }}/nix-installer-x86_64-linux
- name: Setup Attic cache
uses: ryanccn/attic-action@v0
with:
@ -23,10 +27,6 @@ jobs:
cache: ${{ secrets.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
skip-push: "true"
- name: Install nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main
with:
source-url: https://nayeonie.com/ahuston-0/determinate-nix-mirror/releases/download/${{ steps.latest-installer.outputs.release }}/nix-installer-x86_64-linux
- name: Get pre-snapshot of evaluations
run: nix ./utils/eval-to-drv.sh pre
- name: Update flake.lock