chore: update nix-wrapper-modules call
This commit is contained in:
@@ -25,13 +25,9 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
(inputs.nix-wrapper-modules.lib.mkInstallModule {
|
(inputs.nix-wrapper-modules.lib.getInstallModule {
|
||||||
name = "neovim";
|
name = "neovim";
|
||||||
value = inputs.nix-wrapper-modules.lib.wrapperModules.neovim;
|
value = inputs.nix-wrapper-modules.lib.wrapperModules.neovim;
|
||||||
loc = [
|
|
||||||
"home"
|
|
||||||
"packages"
|
|
||||||
];
|
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user