osu-lazer 0 -> 1 attrpath: osu-lazer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/945ihnnmny0v3pfx87n10csdccjjrcgv-packages.json.drv building '/nix/store/945ihnnmny0v3pfx87n10csdccjjrcgv-packages.json.drv'... Going to be running update for following packages: - osu-lazer-2024.219.0 Press Enter key to continue... Running update for: - osu-lazer-2024.219.0: UPDATING ... - osu-lazer-2024.219.0: ERROR --- SHOWING ERROR LOG FOR osu-lazer-2024.219.0 ---------------------- error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'fetch-osu-lazer-deps' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/osu-lazer/pkgs/stdenv/generic/make-derivation.nix:353:7 … while evaluating attribute 'text' of derivation 'fetch-osu-lazer-deps' at /var/cache/nixpkgs-update/worker/worktree/osu-lazer/pkgs/build-support/trivial-builders/default.nix:162:16: 161| ({ 162| inherit text executable checkPhase allowSubstitutes preferLocalBuild; | ^ 163| passAsFile = [ "text" ] error: Package ‘osu-lazer-2024.221.0-source’ in /var/cache/nixpkgs-update/worker/worktree/osu-lazer/pkgs/games/osu-lazer/default.nix:83 has an unfree license (‘mit cc-by-nc-40 unfreeRedistributable’), refusing to evaluate. a) To temporarily allow unfree packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_UNFREE=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowUnfree = true; } in configuration.nix to override this. Alternatively you can configure a predicate to allow specific packages: { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "osu-lazer-2024.221.0-source" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnfree = true; } to ~/.config/nixpkgs/config.nix. --- SHOWING ERROR LOG FOR osu-lazer-2024.219.0 ---------------------- The update script for osu-lazer-2024.219.0 failed with exit code 1