Skip to content

Update Rust crate tokio to v1.38.2 [SECURITY]

a58a57f
Select commit
Loading
Failed to load commit list.
Closed

Update Rust crate tokio to v1.38.2 [SECURITY] - autoclosed #123

Update Rust crate tokio to v1.38.2 [SECURITY]
a58a57f
Select commit
Loading
Failed to load commit list.
Garnix CI / nixosConfig vm_nixos failed Aug 13, 2025 in 1m 57s

nixosConfig vm_nixos

nixosConfig vm_nixos failed

Details

Last 100 lines of logs:

Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'extra-substituters'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'extra-trusted-public-keys'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'extra-trusted-substituters'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'fallback'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'http-connections'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'keep-derivations'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'keep-outputs'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'log-lines'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'max-substitution-jobs'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'pure-eval'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'restrict-eval'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'show-trace'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'substituters'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'tarball-ttl'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'trace-verbose'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'trusted-public-keys'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'trusted-substituters'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'trusted-users'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'use-cgroups'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'use-registries'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'use-xdg-base-directories'.
Pass '--accept-flake-config' to trust it
error:
       … while calling the 'head' builtin
         at /nix/store/rfidw50bwmp9by3zlc17jgfwv2zp4896-source/lib/attrsets.nix:1574:11:
         1573|         || pred here (elemAt values 1) (head values) then
         1574|           head values
             |           ^
         1575|         else

       … while evaluating the attribute 'value'
         at /nix/store/rfidw50bwmp9by3zlc17jgfwv2zp4896-source/lib/modules.nix:846:9:
          845|     in warnDeprecation opt //
          846|       { value = addErrorContext "while evaluating the option `${showOption loc}':" value;
             |         ^
          847|         inherit (res.defsFinal') highestPrio;

       … while evaluating the option `system.build.toplevel':

       … while evaluating definitions from `/nix/store/rfidw50bwmp9by3zlc17jgfwv2zp4896-source/nixos/modules/system/activation/top-level.nix':

       … while evaluating the option `system.systemBuilderArgs':

       … while evaluating definitions from `/nix/store/rfidw50bwmp9by3zlc17jgfwv2zp4896-source/nixos/modules/system/activation/activatable-system.nix':

       … while evaluating the option `system.activationScripts.etc.text':

       … while evaluating definitions from `/nix/store/rfidw50bwmp9by3zlc17jgfwv2zp4896-source/nixos/modules/system/etc/etc-activation.nix':

       … while evaluating definitions from `/nix/store/rfidw50bwmp9by3zlc17jgfwv2zp4896-source/nixos/modules/system/etc/etc.nix':

       … while evaluating the option `environment.etc.dbus-1.source':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Package ‘Affinity Photo 2’ in /nix/store/kxvw2dp30hgaks4pmwvsc06rx356y676-source/scripts.nix:52 has an unfree license (‘unfree’), 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) [
             "Affinity Photo 2"
           ];
         }

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowUnfree = true; }
       to ~/.config/nixpkgs/config.nix.