Move flake-modules to modules2 so they are automatically imported by import-tree.
This commit is contained in:
parent
d34e78f8ba
commit
59403e4660
5 changed files with 1 additions and 8 deletions
|
@ -55,14 +55,7 @@
|
|||
overlays = import ./overlays { inherit inputs; };
|
||||
};
|
||||
|
||||
imports = [
|
||||
(inputs.import-tree ./modules2)
|
||||
|
||||
./flake-modules/dev-shell.nix
|
||||
./flake-modules/formatting.nix
|
||||
./flake-modules/nixos-configurations.nix
|
||||
./flake-modules/packages.nix
|
||||
];
|
||||
imports = [ (inputs.import-tree ./modules2) ];
|
||||
|
||||
systems = [ "x86_64-linux" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue