numtide / flake-utils

Pure Nix flake utility functions [maintainer=@zimbatm]
MIT License
1.15k stars 79 forks source link

simpleFlake exposes `overlays` output as list #53

Closed azazel75 closed 2 years ago

azazel75 commented 2 years ago

The current overlays attribute returned by simpleFlake is a list where it seems that the "canonical" (See https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-flake-check.html and https://nixos.wiki/wiki/Flakes ) format is to have it as a mapping. Having it as a mapping would allow to apply a subset of the overlays more easily.

azazel75 commented 2 years ago

oh, no, I'm wrong, It doesn't expose it at all!