this will fail i just wanna test hydra
This commit is contained in:
parent
4ebe2a14fc
commit
53b3347707
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
description = "Iwakura System Flake";
|
description = "Iwakura System Flake";
|
||||||
inBIGERRORputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||||
home-manager = {
|
home-manager = {
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
nix = {
|
nix = {
|
||||||
autoOptimiseStore = true;
|
autoOptimiseStore = true;
|
||||||
gc = {
|
gc = {
|
||||||
|
BIGERROR = "hope this fails how i want it to";
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
options = "--delete-older-than 30d";
|
options = "--delete-older-than 30d";
|
||||||
|
Loading…
Reference in New Issue
Block a user