tc-nixos-config/shell.nix

9 lines
108 B
Nix

{ pkgs }:
with pkgs; mkShell {
name = "tootcat-shell";
buildInputs = [
colmena
git-crypt
];
}