pasternakctl/shell.nix
2024-04-17 21:14:44 +03:00

5 lines
133 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [ rustc cargo rust-analyzer ];
}