{inputs, ...}: { systems = ["x86_64-linux"]; perSystem = {system, ...}: { _module.args.pkgs = inputs.nixpkgs-unstable.legacyPackages.${system}; }; }