fix(ci): correctly build system

This commit is contained in:
Youwen Wu 2024-08-16 16:16:56 -07:00
parent ba022c35b7
commit 1d44a94079
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -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