added flake input gcroots

This commit is contained in:
Gerg-L 2023-03-07 19:20:54 -05:00
parent 181b5e4931
commit 1a84222adb

View file

@ -42,5 +42,6 @@ inputs: {
];
};
};
environment.etc."booted-system".source = self;
#make gcroots for each flake input
systemd.tmpfiles.rules = lib.attrsets.mapAttrsToList (name: value: "L+ /nix/var/nix/gcroots/${name} - - - - ${value}") inputs;
}