mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
nixos: use proper submodule type for settings
This commit is contained in:
parent
8c1352502a
commit
98b36e08f0
2 changed files with 14 additions and 10 deletions
|
@ -42,7 +42,7 @@
|
|||
};
|
||||
|
||||
nixosModules = {
|
||||
nvf = import ./flake/modules/nixos.nix self.packages lib;
|
||||
nvf = import ./flake/modules/nixos.nix self.packages lib inputs;
|
||||
default = self.nixosModules.nvf;
|
||||
neovim-flake =
|
||||
lib.warn ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue