We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1f51c commit d796211Copy full SHA for d796211
flake.nix
@@ -18,7 +18,6 @@
18
self,
19
nixpkgs,
20
flake-utils,
21
- gen-luarc,
22
...
23
}: let
24
systems = builtins.attrNames nixpkgs.legacyPackages;
@@ -35,7 +34,7 @@
35
34
# This adds a function can be used to generate a .luarc.json
36
# containing the Neovim API all plugins in the workspace directory.
37
# The generated file can be symlinked in the devShell's shellHook.
38
- gen-luarc.overlays.default
+ inputs.gen-luarc.overlays.default
39
];
40
};
41
shell = pkgs.mkShell {
0 commit comments