Skip to content

feat(pkgs): add lastModified to manually defined packages#812

Open
isabelroses wants to merge 2 commits intomainfrom
constructed-versions
Open

feat(pkgs): add lastModified to manually defined packages#812
isabelroses wants to merge 2 commits intomainfrom
constructed-versions

Conversation

@isabelroses
Copy link
Copy Markdown
Member

closes #517

This does not really cover swaync, vscode and a few others but i'd argue those are both fine since we pin to release versions anyway


fetchFromGitHub (
{
lib.recursiveUpdate {
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will probably hurt eval time but NixOS/nixpkgs#459651 this will make things more sane some day

args.src or sources.${finalAttrs.port} or (fetchCatppuccinPort {
inherit (finalAttrs) port;
inherit (finalAttrs) rev hash;
inherit (finalAttrs) rev hash lastModified;
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually won't this cause IR

@isabelroses isabelroses force-pushed the constructed-versions branch from 3882381 to d8aafad Compare January 9, 2026 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Manually defined packages don't pass their lastModifiedDate

1 participant