imnya.ng/shell.nix

7 lines
No EOL
96 B
Nix

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