joypixels 6.6.0 -> 8.0.0 https://repology.org/project/fonts:joypixels/versions attrpath: joypixels Checking auto update branch... No auto update branch exists [version] Received ExitFailure 1 when running Raw command: /nix/store/dsqs4fpljrws4ikzfriyixcp0n7kxrmk-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#joypixels.src --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: … in the condition of the assert statement at /nix/store/3pnwvv21678sv12ixpx989mn33k4fm94-source/pkgs/data/fonts/joypixels/default.nix:63:9: 62| 63| src = assert !acceptLicense -> throwLicense; | ^ 64| with systemSpecific; fetchurl { … in the right operand of the IMPL (->) operator at /nix/store/3pnwvv21678sv12ixpx989mn33k4fm94-source/pkgs/data/fonts/joypixels/default.nix:63:31: 62| 63| src = assert !acceptLicense -> throwLicense; | ^ 64| with systemSpecific; fetchurl { (stack trace truncated; use '--show-trace' to show the full trace) error: Use of the JoyPixels font requires acceptance of the license. - JoyPixels Free License Agreement 6.0 [1] - JoyPixels NixOS License Appendix [2] You can express acceptance by setting acceptLicense to true in your 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]: https://cdn.joypixels.com/distributions/nixos/license/free-license.pdf [2]: https://cdn.joypixels.com/distributions/nixos/appendix/joypixels-license-appendix.pdf Received ExitFailure 1 when running Raw command: /nix/store/dsqs4fpljrws4ikzfriyixcp0n7kxrmk-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#joypixels.originalSrc --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/joypixels' does not provide attribute 'packages.x86_64-linux.joypixels.originalSrc', 'legacyPackages.x86_64-linux.joypixels.originalSrc' or 'joypixels.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/dsqs4fpljrws4ikzfriyixcp0n7kxrmk-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#joypixels --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: attribute 'outputHash' missing at «string»:1:4: 1| p: p.drvAttrs.outputHash | ^