From 2933964680288826710ecce888b1a92028543dc7 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 21 May 2020 17:40:39 +0200 Subject: [PATCH] Remove unused references to baseVimConfig --- shells/accentor-api.nix | 1 - shells/javafx.nix | 1 - 2 files changed, 2 deletions(-) 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 {