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