mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-08 01:38:34 -05:00
fixed action urls
This commit is contained in:
parent
7015490b55
commit
cf72c2d807
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue