portability/shell.nix
2025-02-01 14:37:46 +01:00

3 lines
102 B
Nix

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