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 ❄️"
|
||||
uses: cachix/cachix-action@v14
|
||||
with:
|
||||
name: shades-nixos-config
|
||||
name: zackartz-nix-config
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
|
||||
|
||||
- name: "Build NixOS config ❄️"
|
||||
env:
|
||||
CACHIX_SIGNING_KEY: "${{ secrets.CACHIX_SIGNING_KEY }}"
|
||||
run: |
|
||||
nix build .\#nixosConfigurations."earth".config.system.build.toplevel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue