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
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:
use-flakehub: false
@ -38,7 +38,7 @@ jobs:
# if: runner.os == 'Linux'
# uses: ./.github/actions/disk_space
- uses: cachix/cachix-action@v16
- uses: https://github.com/cachix/cachix-action@v16
with:
name: tmayoff
authToken: '${{ secrets.CACHIX_AUTH }}'
@ -51,7 +51,7 @@ jobs:
# script: |
# 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'
name: build darwin
with: