bonfire/devShells/bonfire.nix
2024-04-24 14:26:24 +05:00

12 lines
170 B
Nix

{ crane-lib, pkgs, ... }:
crane-lib.devShell {
packages = with pkgs; [
nil
jq
cachix
nodejs
python3
marksman
];
}