pasternakd/shell.nix

5 lines
133 B
Nix
Raw Permalink Normal View History

2024-04-13 13:28:50 +03:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [ rustc cargo rust-analyzer ];
}