# Shell for bootstrapping flake-enabled nix and home-manager {pkgs ? import {}}: pkgs.mkShell { # Enable experimental features without having to specify the argument NIX_CONFIG = "experimental-features = nix-command flakes"; nativeBuildInputs = with pkgs; [ age gitleaks go-task go-task lazydocker pre-commit sops ]; }