fix(cache): keep gc roots of nix-fast-build alive

This commit is contained in:
matt1432 2024-12-11 08:30:13 -05:00
parent 58a3463060
commit 08e1645697
4 changed files with 6 additions and 6 deletions
nixosModules/base/common-nix

View file

@ -13,6 +13,7 @@ self: {
in {
config = mkIf cfg.enable {
nix = {
# FIXME: infinite recursion if not set
package = let
nixdInput =
findFirst