Commit 56590dd7 authored by John Ericson's avatar John Ericson
Browse files

netbsd: Remove unneded let-bind

parent 469e4097
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ makeScopeWithSplicing' {
  f = (self: lib.packagesFromDirectoryRecursive {
    callPackage = self.callPackage;
    directory = ./pkgs;
  } // (let inherit (self) mkDerivation; in {
  } // {

    fetchNetBSD = path: version: sha256: fetchcvs {
      cvsRoot = ":pserver:anoncvs@anoncvs.NetBSD.org:/cvsroot";
@@ -133,5 +133,5 @@ makeScopeWithSplicing' {
      inherit (self) mknod;
    };

  }));
  });
}