fixed action urls

This commit is contained in:
Tyler Mayoff 2025-09-02 20:32:16 -04:00
parent 7015490b55
commit cf72c2d807

View file

@ -30,7 +30,7 @@ jobs:
- name: install nix - name: install nix
uses: https://github.com/DeterminateSystems/nix-installer-action@v17 uses: https://github.com/DeterminateSystems/nix-installer-action@v17
- 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
@ -38,7 +38,7 @@ jobs:
# if: runner.os == 'Linux' # if: runner.os == 'Linux'
# uses: ./.github/actions/disk_space # uses: ./.github/actions/disk_space
- uses: cachix/cachix-action@v16 - uses: https://github.com/cachix/cachix-action@v16
with: with:
name: tmayoff name: tmayoff
authToken: '${{ secrets.CACHIX_AUTH }}' authToken: '${{ secrets.CACHIX_AUTH }}'
@ -51,7 +51,7 @@ jobs:
# script: | # script: |
# nh os build ./dot_config/flake#nixosConfigurations.${{matrix.hostname}} --no-nom -- --cores 1 -j1 # nh os build ./dot_config/flake#nixosConfigurations.${{matrix.hostname}} --no-nom -- --cores 1 -j1
- uses: workflow/nix-shell-action@v3 - uses: https://github.com/workflow/nix-shell-action@v3
# if: runner.os == 'macOS' # if: runner.os == 'macOS'
name: build darwin name: build darwin
with: with: