mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
cleanup
This commit is contained in:
parent
657f64a68b
commit
111b6fff53
2 changed files with 5 additions and 7 deletions
|
|
@ -27,8 +27,6 @@ jobs:
|
|||
|
||||
- name: install nix
|
||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||
with:
|
||||
extra-conf: "lazy-trees = true"
|
||||
|
||||
- uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
|
||||
with:
|
||||
|
|
@ -49,7 +47,7 @@ jobs:
|
|||
with:
|
||||
packages: nh
|
||||
script: |
|
||||
nh os build ./dot_config/flake#nixosConfigurations.${{matrix.hostname}} --no-nom -- --cores 1 -j1
|
||||
nix build ./dot_config/flake#nixosConfigurations.${{matrix.hostname}} --cores 1 -j1
|
||||
|
||||
# - uses: https://github.com/workflow/nix-shell-action@v3
|
||||
# if: runner.os == 'macOS'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue