mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
added flake input gcroots
This commit is contained in:
parent
181b5e4931
commit
1a84222adb
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue