fix flake-util-plus migration

This commit is contained in:
nyanloutre 2024-05-14 10:38:08 +02:00
parent 42799518f5
commit f9871ae0e1
2 changed files with 7 additions and 6 deletions

View file

@ -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