unduck/shell.nix

7 lines
109 B
Nix
Raw Normal View History

2025-02-27 13:03:08 +00:00
{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [
bun
];
}