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