mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-28 22:55:25 +02:00
lib: rename helpers.nix
-> default.nix
The old `default.nix` is inlined into the "lib" flake-module, which is
the only place it was used.
This allows "helpers" to take its rightful place at the root of `./lib` 👑
This commit is contained in:
parent
0b665b200b
commit
7a147234f8
9 changed files with 116 additions and 122 deletions
|
@ -7,7 +7,7 @@ let
|
|||
# We overlay a few tweaks into pkgs, for use in the docs
|
||||
pkgs = import ./pkgs.nix { inherit system nixpkgs; };
|
||||
inherit (pkgs) lib;
|
||||
helpers = import ../lib/helpers.nix { inherit lib pkgs; };
|
||||
helpers = import ../lib { inherit lib pkgs; };
|
||||
|
||||
nixvimPath = toString ./..;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue