{ pkgs }:
pkgs.mkShell {
name = "nix";
packages = with pkgs; [
agenix
nil
nixpkgs-fmt
ssh-to-age
];
}