Files
bun-devenv-template/devenv.nix
2025-07-29 22:22:17 -04:00

12 lines
92 B
Nix

{
pkgs,
lib,
config,
inputs,
...
}: {
enterShell = ''
git --version
'';
}