Skip to content

Update Rust crate leptos_router to v0.8.13

26fe964
Select commit
Loading
Failed to load commit list.
Open

fix(deps): update rust crate leptos_router to v0.8.13 #78

Update Rust crate leptos_router to v0.8.13
26fe964
Select commit
Loading
Failed to load commit list.
Garnix CI / nixosConfig nixos failed Mar 26, 2026 in 2m 27s

nixosConfig nixos

nixosConfig nixos failed

Details

Last 100 lines of logs:

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
evaluation warning: fold has been deprecated, use foldr instead
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: 'system' has been renamed to/replaced by 'stdenv.hostPlatform.system'
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: root 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 `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.