mathematica: document the command for calculating hashes

This commit is contained in:
Guanpeng Xu 2022-12-31 22:55:38 +08:00
parent 34cd4905d1
commit ee5237701e

View file

@ -1,5 +1,11 @@
{ lib, requireFile }: { lib, requireFile }:
/*
* To calculate the hash of an installer, use a command like this:
*
* nix --extra-experimental-features nix-command hash file <installer-file>
*/
let versions = [ let versions = [
{ {
version = "13.2.0"; version = "13.2.0";