First off, really glad this flake exists. It works fine but I noticed I was seeing errors when trying to build the packages as part of a hydra job. lilyinstarlight removed herself as a maintainer in nixpkgs (see this PR https://github.com/NixOS/nixpkgs/pull/323903) and now I see this output
in job ‘packages.flash’:
error: undefined variable 'lilyinstarlight'
at /nix/store/cqc4xqcy5c4ix2zkknfp1ngz3vm2qi12-source/nix/flash.nix:81:39:
80| platforms = platforms.linux;
81| maintainers = with maintainers; [ lilyinstarlight ];
| ^
82| };
in job ‘packages.update’:
error: undefined variable 'lilyinstarlight'
at /nix/store/cqc4xqcy5c4ix2zkknfp1ngz3vm2qi12-source/nix/update.nix:74:39:
73| platforms = platforms.all;
74| maintainers = with maintainers; [ lilyinstarlight ];
| ^
75| };
First off, really glad this flake exists. It works fine but I noticed I was seeing errors when trying to build the packages as part of a hydra job. lilyinstarlight removed herself as a maintainer in nixpkgs (see this PR https://github.com/NixOS/nixpkgs/pull/323903) and now I see this output