mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-09 16:33:57 -05:00
nixosConfigurations abstraction -fixed
This commit is contained in:
parent
a37cdcab5d
commit
9c85859e1f
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
|||
};
|
||||
modules = [
|
||||
(import ./modules inputs)
|
||||
(import ./systems + name inputs)
|
||||
(import "${self}/systems/${name}" inputs)
|
||||
];
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue