Add nix module to preserve system flake in generations
This commit is contained in:
parent
45ab2f83aa
commit
96ed6c4c63
2 changed files with 9 additions and 1 deletions
|
@ -16,9 +16,10 @@
|
|||
specialArgs = { inherit system inputs; };
|
||||
|
||||
modules = [
|
||||
./systems/lenovo.nix
|
||||
./modules/preserve-system.nix
|
||||
./modules/core.nix
|
||||
./modules/user
|
||||
./systems/lenovo.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue