mathematica: document the command for calculating hashes
This commit is contained in:
parent
34cd4905d1
commit
ee5237701e
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
{ 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 = [
|
||||
{
|
||||
version = "13.2.0";
|
||||
|
|
Loading…
Reference in a new issue