diff --git a/shells/accentor-api.nix b/shells/accentor-api.nix index a56b3165..699559b5 100644 --- a/shells/accentor-api.nix +++ b/shells/accentor-api.nix @@ -1,6 +1,5 @@ let pkgs = import { }; - baseVimConfig = import ../configurations/neovim/base.nix { inherit pkgs; }; in pkgs.mkShell { buildInputs = with pkgs; [ diff --git a/shells/javafx.nix b/shells/javafx.nix index 59742453..9bfd652c 100644 --- a/shells/javafx.nix +++ b/shells/javafx.nix @@ -1,6 +1,5 @@ let pkgs = import { }; - baseVimConfig = import ../configurations/neovim/base.nix { inherit pkgs; }; extraRpath = pkgs.stdenv.lib.strings.makeLibraryPath (with pkgs; [ ffmpeg ]); in pkgs.mkShell {