What does Nixpkgs’ `callPackage` do?
There are a plethora of online resources about this topic (see below), but I need this one explained to me like I’m 5 every time a I take at least a month off working with Nix.
Generate Nix hash for Git revision in a proactive way
Other than failing a nix-build
and looking for the expected hash in the build log, what is the best way to proactively compute the hash
ahead of filling in the argument to fetchgit
?