git-hyperpull: fix shell file

wip/yesman git-hyperpull-0.1.0
Katharina Fey 3 years ago
parent 63dce43a73
commit 5bd8cb5a5c
Signed by: kookie
GPG Key ID: 90734A9E619C8A6C
  1. 12
      development/tools/git-hyperpull/shell.nix

@ -1,6 +1,8 @@
with (import <nixpkgs> {});
(import <nom/raku.nix>).overrideAttrs ({ ... }:
{
name = "git-hyperpull";
LD_LIBRARY_PATH = lib.makeLibraryPath [ pkgs.libssh ];
})
stdenv.mkDerivation {
name = "rust-devel";
buildInputs = with pkgs; [
rakudo openssh
];
}

Loading…
Cancel
Save