Added inputs to gcroots

This commit is contained in:
Julien Malka 2022-02-28 14:29:42 +01:00
parent 0fad8200a3
commit bce831f4fe
No known key found for this signature in database
GPG key ID: 3C68E13964FEA07F
6 changed files with 19 additions and 48 deletions

View file

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