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
|
- name: install nix
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
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
|
- uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
|
||||||
with:
|
with:
|
||||||
|
|
@ -49,7 +47,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
packages: nh
|
packages: nh
|
||||||
script: |
|
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
|
# - uses: https://github.com/workflow/nix-shell-action@v3
|
||||||
# if: runner.os == 'macOS'
|
# if: runner.os == 'macOS'
|
||||||
|
|
|
||||||
8
dot_config/flake/flake.lock
generated
8
dot_config/flake/flake.lock
generated
|
|
@ -375,16 +375,16 @@
|
||||||
"systems": "systems"
|
"systems": "systems"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1756700149,
|
"lastModified": 1756836584,
|
||||||
"narHash": "sha256-rOqprvpuA0dTNFSw6UwtAVWKcWXq99rRE4BqR06QXjs=",
|
"narHash": "sha256-c2wgK1EWyHnN5SSZEUj3+YTXYYMI3YBNAhX7URStzEM=",
|
||||||
"owner": "noctalia-dev",
|
"owner": "noctalia-dev",
|
||||||
"repo": "noctalia-shell",
|
"repo": "noctalia-shell",
|
||||||
"rev": "e8c20422903434d065c6f2f891ffad5d59e71337",
|
"rev": "ac65d1980996ecbd054c545fda24dd60b06392a8",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "noctalia-dev",
|
"owner": "noctalia-dev",
|
||||||
"ref": "v2.3.3",
|
"ref": "main",
|
||||||
"repo": "noctalia-shell",
|
"repo": "noctalia-shell",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue