treewide: remove redundant rec
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
let
|
||||
inherit (bootPkgs) ghc;
|
||||
|
||||
in mkDerivation (rec {
|
||||
in mkDerivation ({
|
||||
pname = "ghcjs";
|
||||
inherit version;
|
||||
src = ghcjsSrc;
|
||||
|
||||
Reference in New Issue
Block a user