1 2 3 4 5 6
{ system ? builtins.currentSystem , inputs ? (import ./.).inputs }: import ./pkgs { pkgs = inputs.nixpkgs.legacyPackages.${system}; }