fix flake-util-plus migration
This commit is contained in:
parent
42799518f5
commit
f9871ae0e1
2 changed files with 7 additions and 6 deletions
|
@ -41,8 +41,9 @@
|
|||
];
|
||||
};
|
||||
|
||||
nixosConfigurations.loutreos = nixpkgs-unstable.lib.nixosSystem {
|
||||
nixosConfigurations.loutreos = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit nixpkgs-unstable; };
|
||||
modules = [
|
||||
nixpkgs-unstable.nixosModules.notDetected
|
||||
simple-nixos-mailserver.nixosModule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue