mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: revert
This commit is contained in:
parent
60485ec9fa
commit
72591d9b37
2 changed files with 14 additions and 17 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/store/23a2fc0ha64j2ygaq8b9gaqc5sb0whf7-lix-2.93.3/bin/nix run .#nf-build-system
|
run: nix run .#nf-build-system -- homeConfigurations.home-base.activationPackage
|
||||||
-- homeConfigurations.home-base.activationPackage home-base Home
|
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/store/23a2fc0ha64j2ygaq8b9gaqc5sb0whf7-lix-2.93.3/bin/nix run .#nf-build-system
|
run: nix run .#nf-build-system -- homeConfigurations.home-graphical.activationPackage
|
||||||
-- homeConfigurations.home-graphical.activationPackage home-graphical Home
|
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/store/23a2fc0ha64j2ygaq8b9gaqc5sb0whf7-lix-2.93.3/bin/nix run .#nf-build-system
|
run: nix run .#nf-build-system -- homeConfigurations.home-neovim.activationPackage
|
||||||
-- homeConfigurations.home-neovim.activationPackage home-neovim Home
|
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/store/23a2fc0ha64j2ygaq8b9gaqc5sb0whf7-lix-2.93.3/bin/nix run .#nf-build-system
|
run: nix run .#nf-build-system -- homeConfigurations.home-shell.activationPackage
|
||||||
-- homeConfigurations.home-shell.activationPackage home-shell Home
|
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/store/23a2fc0ha64j2ygaq8b9gaqc5sb0whf7-lix-2.93.3/bin/nix run .#nf-build-system
|
run: nix run .#nf-build-system -- nixosConfigurations.mai.config.system.build.toplevel
|
||||||
-- nixosConfigurations.mai.config.system.build.toplevel mai NixOS
|
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/store/23a2fc0ha64j2ygaq8b9gaqc5sb0whf7-lix-2.93.3/bin/nix run .#nf-build-system
|
run: nix run .#nf-build-system -- nixosConfigurations.mei.config.system.build.toplevel
|
||||||
-- nixosConfigurations.mei.config.system.build.toplevel mei NixOS
|
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
|
||||||
|
|
|
||||||
|
|
@ -34,15 +34,12 @@ in {
|
||||||
workflow_dispatch = {};
|
workflow_dispatch = {};
|
||||||
};
|
};
|
||||||
jobs = let
|
jobs = let
|
||||||
lix' = channels.nixpkgs.lixPackageSets.stable.lix;
|
|
||||||
inherit (lib.meta) getExe;
|
|
||||||
lix = getExe lix';
|
|
||||||
genericNixosBuildJob = name: _system:
|
genericNixosBuildJob = name: _system:
|
||||||
nameValuePair "nixos-${name}" {
|
nameValuePair "nixos-${name}" {
|
||||||
step.${name} = {
|
step.${name} = {
|
||||||
name = "build system closure for ${name}";
|
name = "build system closure for ${name}";
|
||||||
order = 500;
|
order = 500;
|
||||||
run = "${lix} run .#nf-build-system -- nixosConfigurations.${name}.config.system.build.toplevel ${name} NixOS";
|
run = "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 }}";
|
||||||
|
|
@ -57,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 = "${lix} run .#nf-build-system -- homeConfigurations.${name}.activationPackage ${name} Home";
|
run = "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