sneeuwvlok/shells/default/default.nix
Chris Kruining 2d3726d535
feat: remove bun2nix
this is not the route I ended up going for, so I removed the dependency again
2025-11-26 16:34:58 +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
];
}