add cachix to shell

This commit is contained in:
Joseph Hanson 2024-08-06 09:55:34 -05:00
parent e47c03f672
commit 25d426499b
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -17,5 +17,6 @@ pkgs.mkShell {
kubernetes-helm kubernetes-helm
pre-commit pre-commit
sops sops
cachix
]; ];
} }