{ pkgs }:

pkgs.mkShell {
  name = "nix";

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