Skip to content

Update Rust crate libtest-mimic to 0.8.0

c28f68c
Select commit
Loading
Failed to load commit list.
Open

fix(deps): update rust crate libtest-mimic to 0.8.0 #73

Update Rust crate libtest-mimic to 0.8.0
c28f68c
Select commit
Loading
Failed to load commit list.
Garnix CI / nixosConfig unattended-installer_offline_amd failed Mar 16, 2026 in 2m 3s

nixosConfig unattended-installer_offline_amd

nixosConfig unattended-installer_offline_amd failed

Details

Last 100 lines of logs:

warning: input 'neovim-nightly-overlay' has an override for a non-existent input 'git-hooks'
warning: input 'neovim-nightly-overlay' has an override for a non-existent input 'hercules-ci-effects'
warning: input 'nixvim' has an override for a non-existent input 'devshell'
warning: input 'nixvim' has an override for a non-existent input 'flake-compat'
warning: input 'nixvim' has an override for a non-existent input 'git-hooks'
warning: input 'nixvim' has an override for a non-existent input 'home-manager'
warning: input 'nixvim' has an override for a non-existent input 'nix-darwin'
warning: input 'nixvim' has an override for a non-existent input 'treefmt-nix'
unpacking 'github:developing-today-forks/sops-nix/ac3098ca0c148b38361ca929512753b90c5e8854?narHash=sha256-et7k9iB5T9k2ZxXtPWByYdIs70rGqo7HF1CeVxoaj3A%3D' into the Git cache...
unpacking 'github:NixOS/nixpkgs/ca82feec736331f4c438121a994344e08ed547f5?narHash=sha256-r9m3wwYrI50r35G8VsHsqds33es7th6sCgcOOZm9jKc%3D' into the Git cache...
evaluation warning: fold has been deprecated, use foldr instead
evaluation warning: 'system' has been renamed to/replaced by 'stdenv.hostPlatform.system'
evaluation warning: You are using:
                    - Nixvim version: 26.05
                    - Nixpkgs version used to evaluate Nixvim: 26.05
                    - Nixpkgs version used for packages (`pkgs`): 25.11

                    Using mismatched versions is likely to cause errors and unexpected behavior.
                    It is highly recommended to use corresponding Nixvim and Nixpkgs releases.

                    If you insist, you can disable this warning using:

                      version.enableNixpkgsReleaseCheck = false;
evaluation warning: backup profile: You have set either `nixpkgs.config` or `nixpkgs.overlays` while using `home-manager.useGlobalPkgs`.
                    This will soon not be possible. Please remove all `nixpkgs` options when using `home-manager.useGlobalPkgs`.
evaluation warning: user profile: You have set either `nixpkgs.config` or `nixpkgs.overlays` while using `home-manager.useGlobalPkgs`.
                    This will soon not be possible. Please remove all `nixpkgs` options when using `home-manager.useGlobalPkgs`.
evaluation warning: 'wineWowPackages' is deprecated as it is no longer preferred by upstream. Use wineWow64Packages instead
error:
       … while calling the 'head' builtin
         at /nix/store/0gz82b2x3ncg6xp221wb37w78nwjg2h7-source/lib/attrsets.nix:1696:13:
         1695|           if length values == 1 || pred here (elemAt values 1) (head values) then
         1696|             head values
             |             ^
         1697|           else

       … while evaluating the attribute 'value'
         at /nix/store/0gz82b2x3ncg6xp221wb37w78nwjg2h7-source/lib/modules.nix:1118:7:
         1117|     // {
         1118|       value = addErrorContext "while evaluating the option `${showOption loc}':" value;
             |       ^
         1119|       inherit (res.defsFinal') highestPrio;

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

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

       … while evaluating the option `warnings':

       … while evaluating definitions from `/nix/store/0gz82b2x3ncg6xp221wb37w78nwjg2h7-source/nixos/modules/system/boot/systemd.nix':

       … while evaluating the option `systemd.services.unattended-installer.serviceConfig':

       … while evaluating definitions from `/nix/store/0gz82b2x3ncg6xp221wb37w78nwjg2h7-source/nixos/modules/system/boot/systemd.nix':

       … while evaluating the option `systemd.services.unattended-installer.script':

       … while evaluating definitions from `/nix/store/0gz82b2x3ncg6xp221wb37w78nwjg2h7-source/flake.nix':

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

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

       … while evaluating the option `system.systemBuilderArgs':

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

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

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

       … while evaluating definitions from `/nix/store/0gz82b2x3ncg6xp221wb37w78nwjg2h7-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.