mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: derangement?
This commit is contained in:
parent
e00ec8f2f2
commit
c0e1ae5d62
3 changed files with 16 additions and 15 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
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
|
channels,
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
@ -38,7 +39,7 @@ with lib; {
|
||||||
step.flake-update = {
|
step.flake-update = {
|
||||||
name = "flake update build";
|
name = "flake update build";
|
||||||
order = 500;
|
order = 500;
|
||||||
run = "nix run .#nf-update";
|
run = "${channels.nixpkgs.lix}/bin/nix run .#nf-update";
|
||||||
env = {
|
env = {
|
||||||
CACHIX_AUTH_TOKEN = "\${{ secrets.CACHIX_AUTH_TOKEN }}";
|
CACHIX_AUTH_TOKEN = "\${{ secrets.CACHIX_AUTH_TOKEN }}";
|
||||||
CACHIX_SIGNING_KEY = "\${{ secrets.CACHIX_SIGNING_KEY }}";
|
CACHIX_SIGNING_KEY = "\${{ secrets.CACHIX_SIGNING_KEY }}";
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ in {
|
||||||
step.${name} = {
|
step.${name} = {
|
||||||
name = "build system closure for ${name}";
|
name = "build system closure for ${name}";
|
||||||
order = 500;
|
order = 500;
|
||||||
run = "nix run .#nf-build-system -- nixosConfigurations.${name}.config.system.build.toplevel ${name} NixOS";
|
run = "${channels.nixpkgs.lix}/bin/nix run .#nf-build-system -- nixosConfigurations.${name}.config.system.build.toplevel ${name} NixOS";
|
||||||
env = {
|
env = {
|
||||||
CACHIX_AUTH_TOKEN = "\${{ secrets.CACHIX_AUTH_TOKEN }}";
|
CACHIX_AUTH_TOKEN = "\${{ secrets.CACHIX_AUTH_TOKEN }}";
|
||||||
CACHIX_SIGNING_KEY = "\${{ secrets.CACHIX_SIGNING_KEY }}";
|
CACHIX_SIGNING_KEY = "\${{ secrets.CACHIX_SIGNING_KEY }}";
|
||||||
|
|
@ -54,7 +54,7 @@ in {
|
||||||
step.${name} = {
|
step.${name} = {
|
||||||
name = "build home closure for ${name}";
|
name = "build home closure for ${name}";
|
||||||
order = 500;
|
order = 500;
|
||||||
run = "nix run .#nf-build-system -- homeConfigurations.${name}.activationPackage ${name} Home";
|
run = "${channels.nixpkgs.lix}/bin/nix run .#nf-build-system -- homeConfigurations.${name}.activationPackage ${name} Home";
|
||||||
env = {
|
env = {
|
||||||
CACHIX_AUTH_TOKEN = "\${{ secrets.CACHIX_AUTH_TOKEN }}";
|
CACHIX_AUTH_TOKEN = "\${{ secrets.CACHIX_AUTH_TOKEN }}";
|
||||||
CACHIX_SIGNING_KEY = "\${{ secrets.CACHIX_SIGNING_KEY }}";
|
CACHIX_SIGNING_KEY = "\${{ secrets.CACHIX_SIGNING_KEY }}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue