bonfire/devShells/bonfire.nix

14 lines
200 B
Nix

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