mirror of
https://github.com/nix-community/naersk
synced 2024-11-10 06:04:17 +00:00
5 lines
102 B
Nix
5 lines
102 B
Nix
|
let
|
||
|
pkgs = import ../nix {};
|
||
|
in pkgs.mkShell
|
||
|
{ nativeBuildInputs = [ pkgs.cargo pkgs.rustfmt ]; }
|