build: fix the nix derivation #69
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "tasiaiso/tildefriends:tasiaiso-0-0-20"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 thesomething-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!