Skip to content

Commit d796211

Browse files
author
Marc Jakobi
committed
refactor(flake): tidy up inputs attrset
1 parent ab1f51c commit d796211

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
self,
1919
nixpkgs,
2020
flake-utils,
21-
gen-luarc,
2221
...
2322
}: let
2423
systems = builtins.attrNames nixpkgs.legacyPackages;
@@ -35,7 +34,7 @@
3534
# This adds a function can be used to generate a .luarc.json
3635
# containing the Neovim API all plugins in the workspace directory.
3736
# The generated file can be symlinked in the devShell's shellHook.
38-
gen-luarc.overlays.default
37+
inputs.gen-luarc.overlays.default
3938
];
4039
};
4140
shell = pkgs.mkShell {

0 commit comments

Comments
 (0)