joypixels: Reword license acceptance warning

This commit is contained in:
toonn 2020-08-14 18:41:46 +02:00 committed by Jan Tojnar
parent 48128ba77f
commit 0da946eac8
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -42,7 +42,15 @@ assert !acceptLicense -> throw ''
- ${joypixels-license-appendix.fullName} [2]
You can express acceptance by setting acceptLicense to true in your
configuration (configuration.nix or config.nix):
configuration. Note that this is not a free license so it requires allowing
unfree licenses.
configuration.nix:
nixpkgs.config.allowUnfree = true;
nixpkgs.config.joypixels.acceptLicense = true;
config.nix:
allowUnfree = true;
joypixels.acceptLicense = true;
[1]: ${joypixels-free-license.url}