Update build.yml
This commit is contained in:
parent
69e23dbbeb
commit
f510a4fdf0
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -37,10 +37,12 @@ jobs:
|
||||||
- name: "Install Cachix ❄️"
|
- name: "Install Cachix ❄️"
|
||||||
uses: cachix/cachix-action@v14
|
uses: cachix/cachix-action@v14
|
||||||
with:
|
with:
|
||||||
name: shades-nixos-config
|
name: zackartz-nix-config
|
||||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||||
|
|
||||||
|
|
||||||
- name: "Build NixOS config ❄️"
|
- name: "Build NixOS config ❄️"
|
||||||
|
env:
|
||||||
|
CACHIX_SIGNING_KEY: "${{ secrets.CACHIX_SIGNING_KEY }}"
|
||||||
run: |
|
run: |
|
||||||
nix build .\#nixosConfigurations."earth".config.system.build.toplevel
|
nix build .\#nixosConfigurations."earth".config.system.build.toplevel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue