mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-11 11:18:35 -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
|
- 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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue