treewide: remove redundant rec
This commit is contained in:
@@ -406,7 +406,7 @@ in rec {
|
||||
'';
|
||||
};
|
||||
|
||||
fixup_yarn_lock = stdenv.mkDerivation rec {
|
||||
fixup_yarn_lock = stdenv.mkDerivation {
|
||||
name = "fixup_yarn_lock";
|
||||
|
||||
buildInputs = [ nodejs ];
|
||||
|
||||
Reference in New Issue
Block a user