1 changed files with 7 additions and 5 deletions
@ -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…
Reference in new issue