{ pkgs }:

pkgs.mkShell {
  name = "nix";

  packages = with pkgs; [
    nil
    nixpkgs-fmt
    ssh-to-age
    sops
  ];
}