mirror of
https://github.com/Noratrieb/portability.git
synced 2026-01-14 15:55:04 +01:00
4 lines
135 B
Nix
4 lines
135 B
Nix
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
|
|
nativeBuildInputs = with pkgs; [ lld_18 rustup ];
|
|
packages = with pkgs; [ gef ];
|
|
}
|