nixosConfigurations abstraction -fixed

This commit is contained in:
Gerg-L 2023-04-21 14:06:32 -04:00
parent a37cdcab5d
commit 9c85859e1f

View file

@ -57,7 +57,7 @@
};
modules = [
(import ./modules inputs)
(import ./systems + name inputs)
(import "${self}/systems/${name}" inputs)
];
}
);