Is your feature request related to a problem?
Currently flake must be single file without any imports, concatenation, etc. Some flake are enormous and reading them as single file is really difficult.
We already have flake-parts but they are not embedded in nix and have some limitations like disability of importing inputs from many files
Proposed solution
Importing inputs from other .nix files;
Importing outputs from other .nix files (flake-parts)
Allow custom outputs (flakeModules)
Additional context
none
Checklist
Add 👍 to issues you find important.
Is your feature request related to a problem?
Currently flake must be single file without any imports, concatenation, etc. Some flake are enormous and reading them as single file is really difficult.
We already have flake-parts but they are not embedded in nix and have some limitations like disability of importing inputs from many files
Proposed solution
Importing inputs from other .nix files;
Importing outputs from other .nix files (flake-parts)
Allow custom outputs (flakeModules)
Additional context
none
Checklist
Add 👍 to issues you find important.