4 lines
67 B
Nix
4 lines
67 B
Nix
|
{ pkgs, ... }:
|
||
|
|
||
|
(pkgs.callPackage ./Cargo.nix { }).rootCrate.build
|