Remove unused references to baseVimConfig

This commit is contained in:
Charlotte Van Petegem 2020-05-21 17:40:39 +02:00
parent 875b55c0e0
commit 2933964680
2 changed files with 0 additions and 2 deletions

View file

@ -1,6 +1,5 @@
let
pkgs = import <nixpkgs> { };
baseVimConfig = import ../configurations/neovim/base.nix { inherit pkgs; };
in
pkgs.mkShell {
buildInputs = with pkgs; [

View file

@ -1,6 +1,5 @@
let
pkgs = import <nixpkgs> { };
baseVimConfig = import ../configurations/neovim/base.nix { inherit pkgs; };
extraRpath = pkgs.stdenv.lib.strings.makeLibraryPath (with pkgs; [ ffmpeg ]);
in
pkgs.mkShell {