fix: accept flake config for nix develop

This commit is contained in:
Youwen Wu 2024-08-16 14:55:44 -07:00 committed by Ananth Venkatesh
parent 49169b914a
commit 7342a97eb4

View file

@ -15,4 +15,4 @@ jobs:
name: suntheme
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix build --accept-flake-config
- run: nix develop
- run: nix develop --accept-flake-config