dhcp/devenv.nix
2023-05-22 20:13:21 +02:00

9 lines
89 B
Nix

{ pkgs, ... }:
{
languages.rust = {
enable = true;
version = "stable";
};
}