makeRustPlatform: Remove self argument
This commit is contained in:
committed by
Moritz Ulrich
parent
0ad8d0b127
commit
bed2a14afa
@@ -2,7 +2,7 @@
|
||||
targets ? [], targetToolchains ? [], targetPatches ? [] }:
|
||||
|
||||
let
|
||||
rustPlatform = recurseIntoAttrs (makeRustPlatform (callPackage ./bootstrap.nix {}) rustPlatform);
|
||||
rustPlatform = recurseIntoAttrs (makeRustPlatform (callPackage ./bootstrap.nix {}));
|
||||
in
|
||||
|
||||
rec {
|
||||
|
||||
Reference in New Issue
Block a user