diff --git a/flake.nix b/flake.nix index 95e447f..41b71a2 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { description = "Iwakura System Flake"; - inBIGERRORputs = { + inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixos-hardware.url = "github:NixOS/nixos-hardware"; home-manager = { diff --git a/modules/gc/default.nix b/modules/gc/default.nix index 8346a85..3f0875d 100644 --- a/modules/gc/default.nix +++ b/modules/gc/default.nix @@ -2,6 +2,7 @@ nix = { autoOptimiseStore = true; gc = { + BIGERROR = "hope this fails how i want it to"; automatic = true; dates = "weekly"; options = "--delete-older-than 30d";