Compare commits

..

No commits in common. "0b77f737e333d3d0210207c636870b88b044e635" and "59bcec75151ed557d08f3942329ce9b5fc233cc8" have entirely different histories.

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 --accept-flake-config
- run: nix flake check

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" "--accept-flake-config"];
flags = ["--option" "tarball-ttl" "0"];
dates = "minutely";
allowReboot = true;