flake: new output to build `sane.programs.foo.package`

This commit is contained in:
Colin 2023-05-24 23:32:21 +00:00
parent aecb55c79e
commit 4785e54024
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@
# unofficial output
host-pkgs = mapAttrValues (host: host.config.system.build.pkgs) self.nixosConfigurations;
host-programs = mapAttrValues (host: mapAttrValues (p: p.package) host.config.sane.programs) self.nixosConfigurations;
overlays = {
# N.B.: `nix flake check` requires every overlay to take `final: prev:` at defn site,