We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d526af commit a3914f0Copy full SHA for a3914f0
default.nix
@@ -1,3 +1,2 @@
1
{ pkgs }:
2
-let cargo_nix = pkgs.callPackage ./Cargo.nix {};
3
-in cargo_nix.rootCrate.build
+(import ./Cargo.nix { inherit pkgs; }).rootCrate.build
0 commit comments