bonfire/devShells/rust.nix

7 lines
98 B
Nix
Raw Normal View History

2024-04-20 01:34:48 +05:00
{ pkgs, crane-lib, ... }:
crane-lib.devShell {
packages = [
pkgs.cargo-watch
];
}