Remove unused references to baseVimConfig
This commit is contained in:
parent
875b55c0e0
commit
2933964680
2 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
let
|
||||
pkgs = import <nixpkgs> { };
|
||||
baseVimConfig = import ../configurations/neovim/base.nix { inherit pkgs; };
|
||||
in
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue