diff options
Diffstat (limited to 'pkgs/default.nix')
| -rw-r--r-- | pkgs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 16e43d6..32a1f6a 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -6,4 +6,5 @@ custom-hello = pkgs.callPackage ./custom-hello.nix {}; setup-manager = pkgs.callPackage ./setup-manager {}; custom-neovim = pkgs.callPackage ./custom-neovim {inherit inputs;}; + old-custom-neovim = pkgs.callPackage ./old-custom-neovim {inherit inputs;}; } |
