refactor(statix): resolve 'statix check' issues

This commit is contained in:
2026-03-11 21:25:32 +01:00
parent cec4c12dc2
commit 1b51954bbd
24 changed files with 206 additions and 172 deletions
+16 -10
View File
@@ -1,4 +1,9 @@
{ inputs, outputs, dotsPath, ... }:
{
inputs,
outputs,
dotsPath,
...
}:
{
imports = [
@@ -23,15 +28,16 @@
};
};
nix.optimise = {
automatic = true;
dates = [ "05:00" ];
};
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
nix = {
optimise = {
automatic = true;
dates = [ "05:00" ];
};
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
};
system.autoUpgrade = {