Expose a toplevel attribute that contains all packages desired by cachix #28
Labels
compat: backwards
Represents a backwards compatible change. Existing functionality is wholly unaffected by changes.
priority: low
Non-essential issues that are neither affecting functionality nor usability.
type: feature/addition
Marks the request/implementation of a feature addition. Accompany with relevant labels.
This would simplify and cleanup the logic of iterating through the
my.*.package
namespaces and would garner greater flexibility in capturing packages that are outside of this namespace or not in a namespace at all!An implementation detail could look like as follows:
my.toplevel.cachix-pkgs
that is a Nix list of derivationscachix-push
grabs this output and uses it to push derivations (maybe flake output is made for this)The text was updated successfully, but these errors were encountered: