sneeuwvlok/shells/default/default.nix
Chris Kruining 78ed7d2a0a
feat: remove bun2nix
this is not the route I ended up going for, so I removed the dependency again
2025-12-06 17:41:36 +01:00

12 lines
No EOL
196 B
Nix

{ mkShell, inputs, pkgs, stdenv, ... }:
mkShell {
packages = with pkgs; [
bash
sops
just
yq
pwgen
inputs.clan-core.packages.${stdenv.hostPlatform.system}.clan-cli
];
}