fix-und-fertig/shell.nix
2024-02-14 21:08:00 +01:00

3 lines
91 B
Nix

{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
packages = with pkgs; [ rustup tree ];
}