nanpa/shell.nix

6 lines
133 B
Nix

{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
buildInputs = with pkgs; [ rustc cargo rust-analyzer rustfmt pkg-config dbus ];
}