mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 13:17:55 +08:00
fix vim plugin + update flake references (#182)
* Nix dependencies updated * fix vim plugin build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user