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