{ pkgs, agenix }: pkgs.mkShell { name = "nix"; packages = [ agenix.packages.x86_64-linux.default ]; }