fix nixosModules
This commit is contained in:
parent
2c0ea20ad5
commit
d63c116b9f
3 changed files with 19 additions and 23 deletions
|
@ -62,7 +62,7 @@
|
|||
nixosSystem = nixpkgs.lib.nixosSystem;
|
||||
inherit self nixpkgs home-manager nixos-hardware;
|
||||
};
|
||||
nixosModule = import ./nixos/modules;
|
||||
nixosModules = import ./nixos/modules;
|
||||
overlays = import ./overlays;
|
||||
pythonPackages = import ./pkgs/python-pkgs;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue