From 53b3347707436318080f5a062bd665674be19d6e Mon Sep 17 00:00:00 2001 From: Thorn Avery Date: Mon, 23 Aug 2021 10:50:52 +0000 Subject: [PATCH] this will fail i just wanna test hydra --- flake.nix | 2 +- modules/gc/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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";