feat: add flattened package exports for improved CI visibility in flake.nix
All checks were successful
CI / list-packages (push) Successful in 3s
All checks were successful
CI / list-packages (push) Successful in 3s
This commit is contained in:
parent
7f154d659d
commit
1c370cfb62
2 changed files with 19 additions and 6 deletions
|
|
@ -21,8 +21,10 @@
|
|||
|
||||
packages.${system} = {
|
||||
inherit (pkgs) waterfox-bin xcursor-mizuki;
|
||||
};
|
||||
} // pkgs.pjsk-cursor.flat;
|
||||
|
||||
legacyPackages.${system} = (builtins.removeAttrs pkgs.pjsk-cursor [ "override" "overrideDerivation" ]);
|
||||
legacyPackages.${system} = {
|
||||
inherit (pkgs.pjsk-cursor) pjsk-cursor pjsk-cursors;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue