{ pkgs ? import {} }: { default = pkgs.mkShell { NIX_CONFIG = "extra-experimental-features = nix-command flakes repl-flake"; nativeBuildInputs = builtins.attrValues { inherit (pkgs) # Required for pre-commit hook 'nixpkgs-fmt' only on Darwin # REF: libiconv nix home-manager git just pre-commit age ssh-to-age sops; }; }; }