diff --git a/development/tools/git-hyperpull/shell.nix b/development/tools/git-hyperpull/shell.nix index fc910426b13..e92824376ea 100644 --- a/development/tools/git-hyperpull/shell.nix +++ b/development/tools/git-hyperpull/shell.nix @@ -1,6 +1,8 @@ with (import {}); -(import ).overrideAttrs ({ ... }: - { - name = "git-hyperpull"; - LD_LIBRARY_PATH = lib.makeLibraryPath [ pkgs.libssh ]; - }) + +stdenv.mkDerivation { + name = "rust-devel"; + buildInputs = with pkgs; [ + rakudo openssh + ]; +}