Unverified Commit bb713207 authored by piegames's avatar piegames Committed by GitHub
Browse files

npins: remove explicit dependency on nix (#436447)

parents 5af339e0 b8a35d1d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -5,14 +5,12 @@
  makeWrapper,

  # runtime dependencies
  nix, # for nix-prefetch-url
  nix-prefetch-git,
  git, # for git ls-remote
}:

let
  runtimePath = lib.makeBinPath [
    nix
    nix-prefetch-git
    git
  ];