treewide: remove redundant rec
This commit is contained in:
@@ -21,7 +21,7 @@ let
|
||||
, rev ? "refs/tags/${version}"
|
||||
, officialRelease ? true
|
||||
, patches ? []
|
||||
}: stdenv.mkDerivation rec {
|
||||
}: stdenv.mkDerivation {
|
||||
pname = "foundationdb";
|
||||
inherit version;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user