build: fix the nix derivation #69

Merged
cory merged 1 commits from tasiaiso/tildefriends:tasiaiso-0-0-20 into main 2024-06-29 08:33:48 -04:00
Contributor

When someone wants to add Tilde Friends to their system, Nix pulls the latest commit on this repo, and then the version is pinned in the default.nix file.

Also, the version field in the default.nix file corresponds to the tag Git will check out when building Tilde Friends, so if you set it to something-wip, it'll try to get the something-wip tag which doesn't exist.

So you only need to change it once when you release a new version, and it must stay to the latest stable version otherwise people are going to pull in the unstable version.

If I wasn't clear in my explanation or if you have other questions feel free to ask!

When someone wants to add Tilde Friends to their system, Nix pulls the latest commit on this repo, and then the version is pinned in the default.nix file. Also, the version field in the default.nix file corresponds to the tag Git will check out when building Tilde Friends, so if you set it to `something-wip`, it'll try to get the `something-wip` tag which doesn't exist. So you only need to change it once when you release a new version, and it must stay to the latest stable version otherwise people are going to pull in the unstable version. If I wasn't clear in my explanation or if you have other questions feel free to ask!
tasiaiso added 1 commit 2024-06-28 04:49:12 -04:00
cory merged commit 9139725be6 into main 2024-06-29 08:33:48 -04:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cory/tildefriends#69
No description provided.