prometheus-dcgm-exporter 3.2.5-3.1.7 -> 3.3.5-3.4.0 https://github.com/NVIDIA/dcgm-exporter/releases attrpath: prometheus-dcgm-exporter Checking auto update branch... An auto update branch exists with message `prometheus-dcgm-exporter: 3.2.5-3.1.7 -> 3.3.0-3.2.0`. New version is 3.3.5-3.4.0. The auto update branch does not match or exceed the new version. [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-Fjvx15e/psxoqoS6c6GhiQfe7g2aI40EmPR26xLhrzg=" [golangModuleVersion] Replaced vendorHash with sha256-qZSgMFMxtaDO03WOTyb3ir4PyydbbsiCChR+1/GTKvI= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A prometheus-dcgm-exporter Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . prometheus-dcgm-exporter Standard output: error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'dcgm-exporter-3.3.5-3.4.0' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/prometheus-dcgm-exporter/pkgs/stdenv/generic/make-derivation.nix:353:7 … while evaluating attribute 'buildInputs' of derivation 'dcgm-exporter-3.3.5-3.4.0' at /var/cache/nixpkgs-update/worker/worktree/prometheus-dcgm-exporter/pkgs/stdenv/generic/make-derivation.nix:400:7: 399| depsHostHost = elemAt (elemAt dependencies 1) 0; 400| buildInputs = elemAt (elemAt dependencies 1) 1; | ^ 401| depsTargetTarget = elemAt (elemAt dependencies 2) 0; (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘cudatoolkit-10.2.89’ in /var/cache/nixpkgs-update/worker/worktree/prometheus-dcgm-exporter/pkgs/development/cuda-modules/cudatoolkit/default.nix:406 has an unfree license (‘CUDA EULA’), 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) [ "cudatoolkit-10.2.89" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnfree = true; } to ~/.config/nixpkgs/config.nix.