Skip to content

Commit a3914f0

Browse files
committed
cargo nix
1 parent 5d526af commit a3914f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

default.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
{ pkgs }:
2-
let cargo_nix = pkgs.callPackage ./Cargo.nix {};
3-
in cargo_nix.rootCrate.build
2+
(import ./Cargo.nix { inherit pkgs; }).rootCrate.build

0 commit comments

Comments
 (0)