This commit is contained in:
@ -17,11 +17,15 @@ jobs:
|
||||
- name: "Install Nix ❄️"
|
||||
uses: cachix/install-nix-action@v26
|
||||
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- uses: DeterminateSystems/flake-checker-action@main
|
||||
|
||||
- name: "Install Cachix ❄️"
|
||||
uses: cachix/cachix-action@v14
|
||||
with:
|
||||
name: helcel
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
|
||||
|
||||
- name: "Build NixOS CI config ❄️"
|
||||
run: |
|
||||
@ -29,4 +33,5 @@ jobs:
|
||||
|
||||
- name: "Build NixOS Sandbox config ❄️"
|
||||
run: |
|
||||
nix build .#nixosConfigurations.sandbox.config.system.build.toplevel
|
||||
nix build .#nixosConfigurations.sandbox.config.system.build.toplevel
|
||||
|
Reference in New Issue
Block a user