troylusty.com/shell.nix
2025-01-18 21:50:40 +00:00

6 lines
109 B
Nix

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