mute/devenv.nix
Raine Godmaire 8f9f299e13 refactor: special data type for built-ins
These are now not specials or included in the core environment
2024-07-15 18:52:58 -04:00

11 lines
114 B
Nix

{ pkgs, ... }:
{
packages = with pkgs; [
clang
cargo-insta
cargo-tarpaulin
cargo-watch
];
}