mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
ops: nodes
This commit is contained in:
parent
bb79e2b06d
commit
bdff840eec
1 changed files with 12 additions and 12 deletions
24
.github/workflows/nodes.yml
vendored
24
.github/workflows/nodes.yml
vendored
|
|
@ -53,8 +53,8 @@ jobs:
|
||||||
NF_UPDATE_CACHIX_PUSH: '1'
|
NF_UPDATE_CACHIX_PUSH: '1'
|
||||||
id: home-base
|
id: home-base
|
||||||
name: build home closure for home-base
|
name: build home closure for home-base
|
||||||
run: nix run .#nf-build-system -- homeConfigurations.home-base.activationPackage
|
run: /nix/store/7na5z8aj8r49sxip38d3g82xazan39fb-lix-2.91.3/bin/nix run .#nf-build-system
|
||||||
home-base Home
|
-- homeConfigurations.home-base.activationPackage home-base Home
|
||||||
- id: ci-dirty
|
- id: ci-dirty
|
||||||
name: nix test dirty
|
name: nix test dirty
|
||||||
uses: arcnmx/ci/actions/nix/run@v0.7
|
uses: arcnmx/ci/actions/nix/run@v0.7
|
||||||
|
|
@ -115,8 +115,8 @@ jobs:
|
||||||
NF_UPDATE_CACHIX_PUSH: '1'
|
NF_UPDATE_CACHIX_PUSH: '1'
|
||||||
id: home-graphical
|
id: home-graphical
|
||||||
name: build home closure for home-graphical
|
name: build home closure for home-graphical
|
||||||
run: nix run .#nf-build-system -- homeConfigurations.home-graphical.activationPackage
|
run: /nix/store/7na5z8aj8r49sxip38d3g82xazan39fb-lix-2.91.3/bin/nix run .#nf-build-system
|
||||||
home-graphical Home
|
-- homeConfigurations.home-graphical.activationPackage home-graphical Home
|
||||||
- id: ci-dirty
|
- id: ci-dirty
|
||||||
name: nix test dirty
|
name: nix test dirty
|
||||||
uses: arcnmx/ci/actions/nix/run@v0.7
|
uses: arcnmx/ci/actions/nix/run@v0.7
|
||||||
|
|
@ -177,8 +177,8 @@ jobs:
|
||||||
NF_UPDATE_CACHIX_PUSH: '1'
|
NF_UPDATE_CACHIX_PUSH: '1'
|
||||||
id: home-neovim
|
id: home-neovim
|
||||||
name: build home closure for home-neovim
|
name: build home closure for home-neovim
|
||||||
run: nix run .#nf-build-system -- homeConfigurations.home-neovim.activationPackage
|
run: /nix/store/7na5z8aj8r49sxip38d3g82xazan39fb-lix-2.91.3/bin/nix run .#nf-build-system
|
||||||
home-neovim Home
|
-- homeConfigurations.home-neovim.activationPackage home-neovim Home
|
||||||
- id: ci-dirty
|
- id: ci-dirty
|
||||||
name: nix test dirty
|
name: nix test dirty
|
||||||
uses: arcnmx/ci/actions/nix/run@v0.7
|
uses: arcnmx/ci/actions/nix/run@v0.7
|
||||||
|
|
@ -239,8 +239,8 @@ jobs:
|
||||||
NF_UPDATE_CACHIX_PUSH: '1'
|
NF_UPDATE_CACHIX_PUSH: '1'
|
||||||
id: home-shell
|
id: home-shell
|
||||||
name: build home closure for home-shell
|
name: build home closure for home-shell
|
||||||
run: nix run .#nf-build-system -- homeConfigurations.home-shell.activationPackage
|
run: /nix/store/7na5z8aj8r49sxip38d3g82xazan39fb-lix-2.91.3/bin/nix run .#nf-build-system
|
||||||
home-shell Home
|
-- homeConfigurations.home-shell.activationPackage home-shell Home
|
||||||
- id: ci-dirty
|
- id: ci-dirty
|
||||||
name: nix test dirty
|
name: nix test dirty
|
||||||
uses: arcnmx/ci/actions/nix/run@v0.7
|
uses: arcnmx/ci/actions/nix/run@v0.7
|
||||||
|
|
@ -301,8 +301,8 @@ jobs:
|
||||||
NF_UPDATE_CACHIX_PUSH: '1'
|
NF_UPDATE_CACHIX_PUSH: '1'
|
||||||
id: mai
|
id: mai
|
||||||
name: build system closure for mai
|
name: build system closure for mai
|
||||||
run: nix run .#nf-build-system -- nixosConfigurations.mai.config.system.build.toplevel
|
run: /nix/store/7na5z8aj8r49sxip38d3g82xazan39fb-lix-2.91.3/bin/nix run .#nf-build-system
|
||||||
mai NixOS
|
-- nixosConfigurations.mai.config.system.build.toplevel mai NixOS
|
||||||
- id: ci-dirty
|
- id: ci-dirty
|
||||||
name: nix test dirty
|
name: nix test dirty
|
||||||
uses: arcnmx/ci/actions/nix/run@v0.7
|
uses: arcnmx/ci/actions/nix/run@v0.7
|
||||||
|
|
@ -363,8 +363,8 @@ jobs:
|
||||||
NF_UPDATE_CACHIX_PUSH: '1'
|
NF_UPDATE_CACHIX_PUSH: '1'
|
||||||
id: mei
|
id: mei
|
||||||
name: build system closure for mei
|
name: build system closure for mei
|
||||||
run: nix run .#nf-build-system -- nixosConfigurations.mei.config.system.build.toplevel
|
run: /nix/store/7na5z8aj8r49sxip38d3g82xazan39fb-lix-2.91.3/bin/nix run .#nf-build-system
|
||||||
mei NixOS
|
-- nixosConfigurations.mei.config.system.build.toplevel mei NixOS
|
||||||
- id: ci-dirty
|
- id: ci-dirty
|
||||||
name: nix test dirty
|
name: nix test dirty
|
||||||
uses: arcnmx/ci/actions/nix/run@v0.7
|
uses: arcnmx/ci/actions/nix/run@v0.7
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue