fix vim plugin + update flake references (#182)

* Nix dependencies updated

* fix vim plugin build
This commit is contained in:
toastal
2021-08-03 13:11:52 +00:00
committed by GitHub
parent fadebf0997
commit f77f33b2d8
2 changed files with 16 additions and 13 deletions
+4 -1
View File
@@ -21,6 +21,8 @@
let
name = "himalaya";
version = "0.4.0";
# Imports
pkgs = import nixpkgs {
inherit system;
@@ -70,8 +72,9 @@
inherit (packages.${name}) version;
name = "${name}-vim";
src = self;
configurePhase = "cd vim/";
buildInputs = [ packages.${name} ];
dontConfigure = false;
configurePhase = "cd vim/";
postInstall = ''
mkdir -p $out/bin
ln -s ${packages.${name}}/bin/himalaya $out/bin/himalaya