mirror of
https://github.com/quantum9Innovation/suntheme.git
synced 2024-11-24 17:33:52 -08:00
fix: accept flake config for nix develop
This commit is contained in:
parent
da93405e5f
commit
dde48b1109
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -15,4 +15,4 @@ jobs:
|
||||||
name: suntheme
|
name: suntheme
|
||||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||||
- run: nix build --accept-flake-config
|
- run: nix build --accept-flake-config
|
||||||
- run: nix develop
|
- run: nix develop --accept-flake-config
|
||||||
|
|
Loading…
Reference in a new issue