nichts/options/common/preserve-system.nix

7 lines
78 B
Nix
Raw Normal View History

2024-04-10 17:39:26 +02:00
{
self,
...
}: {
environment.etc."current-flake".source = self;
}