netbsd: Remove unneded let-bind

This commit is contained in:
John Ericson
2024-05-06 10:58:23 -04:00
parent 469e40974a
commit 56590dd7b3
+2 -2
View File
@@ -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;
};
}));
});
}