accept flake config to use cache

This commit is contained in:
Ryan Mulligan 2023-01-01 15:49:28 -08:00
parent 926df7242f
commit 50098eca8c

View File

@ -13,5 +13,5 @@ jobs:
name: nixpkgs-update
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build
- run: nix build --accept-flake-config
- run: nix flake check