portability/shell.nix

4 lines
135 B
Nix

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