unfm-website/devenv.nix
2026-05-23 04:09:33 +02:00

7 lines
59 B
Nix

{ pkgs, ... }:
{
packages = with pkgs; [
bun
];
}