bonfire/devShells/bonfire.nix

14 lines
200 B
Nix
Raw Normal View History

2024-04-20 01:34:48 +05:00
{ crane-lib, pkgs, ... }:
crane-lib.devShell {
packages = with pkgs; [
sops
mkpasswd
2024-04-24 14:26:24 +05:00
nil
2024-04-20 01:34:48 +05:00
jq
cachix
2024-04-24 14:26:24 +05:00
nodejs
python3
marksman
2024-04-20 01:34:48 +05:00
];
}