Trying to make this impure to see if it works

This commit is contained in:
2024-12-31 17:44:11 +02:00
parent 6aa9a40eee
commit cc67aabf90

View File

@@ -15,6 +15,7 @@
flake = "github:kyren223/server#default";
dates = "minutely"; # Poll interval
flags = [
"--impure"
"--no-write-lock-file" # Prevent flake.lock from upgrading
"--option" "tarball-ttl" "0" # Required for polling below 1h
];