Skip to content

Commit 87ff21d

Browse files
committed
cargo nix
1 parent 1ecbf54 commit 87ff21d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)