mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix(ci): correctly build system
This commit is contained in:
parent
ba022c35b7
commit
1d44a94079
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -15,4 +15,6 @@ jobs:
|
|||
name: liminalos
|
||||
# If you chose API tokens for write access OR if you have a private cache
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
- run: nix build .#demeter --accept-flake-config
|
||||
- run:
|
||||
nix build .#nixosConfigurations.demeter.config.system.build.toplevel
|
||||
--accept-flake-config
|
||||
|
|
Loading…
Reference in a new issue