outputs: fix flake check for overlays
This commit is contained in:
parent
721cdd4f1a
commit
88b4c772d0
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ self = {
|
|||
in
|
||||
builtins.removeAttrs (self.packagesForSystem system) attrnames
|
||||
);
|
||||
overlays = {
|
||||
overlays = lib.mapAttrs (_: overlay: final: overlay final) {
|
||||
cosmicPackages = import ./pkgs/overlays/cosmic-packages.nix { inherit inputs; };
|
||||
selfExpr = import ./pkgs/overlays/selfExpr.nix { nixpkgsPath = inputs.nixpkgs; };
|
||||
unstableWithMeta = import ./pkgs/overlays/unstable-with-meta.nix { unstableSource = inputs.nixpkgs-unstable; revision = inputs.nixpkgs-unstable.rev; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue