I was wondering, why some packages appear in older versions than in the github repo when querying them via nix-env -qa .. . I learned that this is due to the fact that the master branch has not been merged to the unstable-channel.
How would I manually install a derivation from the master branch, in order to get the latest version?