troylusty.com/shell.nix
2025-02-24 17:00:20 +00:00

6 lines
109 B
Nix

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