Merge pull request 'fix: supply --accept-flake-config to nix flake commands' (#13) from accept-flake-config into main
All checks were successful
/ check (push) Successful in 2m20s

Reviewed-on: #13
This commit is contained in:
buffet 2024-05-25 19:16:37 +00:00
commit 0b77f737e3
2 changed files with 2 additions and 2 deletions

View file

@ -21,4 +21,4 @@ jobs:
with:
name: kitchen
authToken: '${{ secrets.CACHIX_TOKEN }}'
- run: nix flake check
- run: nix flake check --accept-flake-config

View file

@ -2,7 +2,7 @@ _: {
system.autoUpgrade = {
enable = true;
flake = "https://buffets.kitchen/kitchen/rice/archive/main.tar.gz#ami";
flags = ["--option" "tarball-ttl" "0"];
flags = ["--option" "tarball-ttl" "0" "--accept-flake-config"];
dates = "minutely";
allowReboot = true;