bonfire/devShells/bonfire.nix
2024-11-24 23:08:58 +05:00

15 lines
130 B
Nix

{
pkgs,
drift,
...
}:
pkgs.mkShellNoCC {
packages = with pkgs; [
sops
mkpasswd
jq
cachix
drift
];
}