Removed garbage collection

This commit is contained in:
Luj 2022-12-22 22:59:26 +01:00
parent 496725c10c
commit 2d785e5b39
4 changed files with 0 additions and 15 deletions

View file

@ -23,7 +23,6 @@ in
root = inputs.homepage;
};
nix.gcRoots = [ inputs.homepage ];
};
}