mirror of
https://github.com/urbit/ares.git
synced 2024-11-23 09:06:23 +03:00
5 lines
152 B
Nix
5 lines
152 B
Nix
|
{ sources ? import ./nix/sources.nix, pkgs ? import sources.nixpkgs {} }:
|
||
|
pkgs.mkShell {
|
||
|
packages = with pkgs; [ rustc cargo cargo-watch rustfmt ];
|
||
|
}
|