Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix eval #53

Merged
merged 2 commits into from
Sep 25, 2024
Merged

Fix eval #53

merged 2 commits into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. flake.lock: Update

    Flake lock file updates:
    
    • Updated input 'home-manager':
        'github:nix-community/home-manager/14929f7089268481d86b83ed31ffd88713dcd415?narHash=sha256-Gkc7pwTVLKj4HSvRt8tXNvosl8RS9hrBAEhOjAE0Tt4%3D' (2024-09-21)
      → 'github:nix-community/home-manager/1e22ef1518fb175d762006f9cae7f6312b8caedb?narHash=sha256-TcUaKtya339Asu%2Bg6KTJ8h7KiKcKXKp2V%2BAt%2B7tksyY%3D' (2024-09-25)
    • Updated input 'nixpkgs':
        'github:NixOS/nixpkgs/c04d5652cfa9742b1d519688f65d1bbccea9eb7e?narHash=sha256-PmUr/2GQGvFTIJ6/Tvsins7Q43KTMvMFhvG6oaYK%2BWk%3D' (2024-09-19)
      → 'github:NixOS/nixpkgs/9357f4f23713673f310988025d9dc261c20e70c6?narHash=sha256-bvGoiQBvponpZh8ClUcmJ6QnsNKw0EMrCQJARK3bI1c%3D' (2024-09-21)
    • Updated input 'nixvim':
        'github:nix-community/nixvim/2bc6a949924319f61619d32695115a61394741f8?narHash=sha256-3ixqPAhMafMP70M4VjOKoLeCCNIvzv2WPzGuphxajcM%3D' (2024-09-21)
      → 'github:nix-community/nixvim/a8f678da24418e1c84eb0818e1d154d67c982033?narHash=sha256-ypOw6aiWorsZl/UkfiJF6I7FnrfpGixebPa5VbbwQFM%3D' (2024-09-25)
    • Updated input 'nixvim/nuschtosSearch':
        'github:NuschtOS/search/7733a39a1321057172d87e6251ded7cdeb67171e?narHash=sha256-AbB0lgc0IbzLIxj1O3cosiMNAVQak4KJtvq9q8MjHhs%3D' (2024-09-20)
      → 'github:NuschtOS/search/3b7dd61b365ca45380707453758a45f2e9977be3?narHash=sha256-lgsE/CTkZk9OIiFGEIrxXZQ7Feiv41dqlN7pEfTdgew%3D' (2024-09-22)
    • Updated input 'nixvim/nuschtosSearch/flake-utils':
        'github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a?narHash=sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ%3D' (2024-03-11)
      → 'github:numtide/flake-utils/c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a?narHash=sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ%3D' (2024-09-17)
    SuperSandro2000 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9979ebc View commit details
    Browse the repository at this point in the history
  2. Fix eval

    error:
           … while calling the 'head' builtin
             at /nix/store/p82rf9csmmzxrgjr5ypzns5z4lirv7vr-source/lib/attrsets.nix:1575:11:
             1574|         || pred here (elemAt values 1) (head values) then
             1575|           head values
                 |           ^
             1576|         else
    
           … while evaluating the attribute 'value'
             at /nix/store/p82rf9csmmzxrgjr5ypzns5z4lirv7vr-source/lib/modules.nix:821:9:
              820|     in warnDeprecation opt //
              821|       { value = addErrorContext "while evaluating the option `${showOption loc}':" value;
                 |         ^
              822|         inherit (res.defsFinal') highestPrio;
    
           … while evaluating the option `system.build.toplevel':
    
           … while evaluating definitions from `/nix/store/p82rf9csmmzxrgjr5ypzns5z4lirv7vr-source/nixos/modules/system/activation/top-level.nix':
    
           … while evaluating the option `assertions':
    
           … while evaluating definitions from `/nix/store/lnrhc1hi15z8hv09aqjm89hk83d3x76h-source/flake-modules/wrappers.nix, via option flake.nixosModules.nixvim':
    
           … while evaluating the option `programs.nixvim':
    
           (stack trace truncated; use '--show-trace' to show the full, detailed trace)
    
           error: A submoduleWith option is declared multiple times with conflicting shorthandOnlyDefinesConfig values
    SuperSandro2000 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    191b4d9 View commit details
    Browse the repository at this point in the history