Removed garbage collection

This commit is contained in:
Luj 2022-12-22 22:59:26 +01:00
parent 6690454de9
commit 0a54694b57
Signed by: luj
GPG key ID: 6FC74C847011FD83
4 changed files with 0 additions and 15 deletions

View file

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