Skip to content

chore(deps): update flake.lock#11

Open
github-actions[bot] wants to merge 1 commit intomainfrom
update-flake-lock
Open

chore(deps): update flake.lock#11
github-actions[bot] wants to merge 1 commit intomainfrom
update-flake-lock

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 5, 2026

Updated flake.lock file.


Root Flake Check: ❌ Failed

View output
warning: Git tree '/home/runner/work/hydenix/hydenix' is dirty
warning: updating lock file '/home/runner/work/hydenix/hydenix/flake.lock':
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/549bd84d6279f9852cae6225e372cc67fb91a4c1' (2026-05-05)
  → 'github:nixos/nixpkgs/cad22e7d996aea55ecab064e84834289143e44a0' (2025-12-30)
warning: Git tree '/home/runner/work/hydenix/hydenix' is dirty
evaluating flake...
warning: unknown flake output 'homeModules'
error:
       … while checking flake output 'nixosConfigurations'

         at /nix/store/6hagnzlh6f4xibmwizj6ksbynckps3g7-source/flake.nix:74:7:

           73|
           74|       nixosConfigurations.default = defaultConfig;
             |       ^
           75|

       … while checking the NixOS configuration 'nixosConfigurations.default'

         at /nix/store/6hagnzlh6f4xibmwizj6ksbynckps3g7-source/flake.nix:74:7:

           73|
           74|       nixosConfigurations.default = defaultConfig;
             |       ^
           75|

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/attrsets.nix:1691:14:

         1690|         zipAttrsWith (
         1691|           n: values:
             |              ^
         1692|           let

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/attrsets.nix:1188:17:

         1187|         mapAttrs (
         1188|           name: value:
             |                 ^
         1189|           if isAttrs value && cond value then recurse (path ++ [ name ]) value else f (path ++ [ name ]) value

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/attrsets.nix:1189:85:

         1188|           name: value:
         1189|           if isAttrs value && cond value then recurse (path ++ [ name ]) value else f (path ++ [ name ]) value
             |                                                                                     ^
         1190|         );

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:275:71:

          274|           # For definitions that have an associated option
          275|           declaredConfig = mapAttrsRecursiveCond (v: !isOption v) (_: v: v.value) options;
             |                                                                       ^
          276|

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

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1161:11:

         1160|         defsNormalized = concatMap (
         1161|           m:
             |           ^
         1162|           map (

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

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1171:80:

         1170|               }
         1171|           ) (addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
             |                                                                                ^
         1172|         ) defs;

       … while calling 'dischargeProperties'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1311:5:

         1310|   dischargeProperties =
         1311|     def:
             |     ^
         1312|     if def._type or "" == "merge" then

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/nixos/modules/system/activation/top-level.nix:81:26:

           80|   # Handle assertions and warnings
           81|   baseSystemAssertWarn = lib.asserts.checkAssertWarn config.assertions config.warnings baseSystem;
             |                          ^
           82|

       … while calling 'checkAssertWarn'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/asserts.nix:193:27:

          192|   checkAssertWarn =
          193|     assertions: warnings: val:
             |                           ^
          194|     let

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/attrsets.nix:1188:17:

         1187|         mapAttrs (
         1188|           name: value:
             |                 ^
         1189|           if isAttrs value && cond value then recurse (path ++ [ name ]) value else f (path ++ [ name ]) value

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/attrsets.nix:1189:85:

         1188|           name: value:
         1189|           if isAttrs value && cond value then recurse (path ++ [ name ]) value else f (path ++ [ name ]) value
             |                                                                                     ^
         1190|         );

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:275:71:

          274|           # For definitions that have an associated option
          275|           declaredConfig = mapAttrsRecursiveCond (v: !isOption v) (_: v: v.value) options;
             |                                                                       ^
          276|

       … while evaluating the option `assertions':

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1161:11:

         1160|         defsNormalized = concatMap (
         1161|           m:
             |           ^
         1162|           map (

       … while evaluating definitions from `/nix/store/yy4v2hcfvfiv53sw4hyx44j8w6kqxs4r-source/nixos/common.nix':

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1171:80:

         1170|               }
         1171|           ) (addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
             |                                                                                ^
         1172|         ) defs;

       … while calling 'dischargeProperties'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1311:5:

         1310|   dischargeProperties =
         1311|     def:
             |     ^
         1312|     if def._type or "" == "merge" then

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1316:31:

         1315|       if isBool def.condition then
         1316|         if def.condition then dischargeProperties def.content else [ ]
             |                               ^
         1317|       else

       … while calling 'dischargeProperties'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1311:5:

         1310|   dischargeProperties =
         1311|     def:
             |     ^
         1312|     if def._type or "" == "merge" then

       … from call site

         at /nix/store/yy4v2hcfvfiv53sw4hyx44j8w6kqxs4r-source/nixos/common.nix:191:20:

          190|
          191|       assertions = lib.flatten (
             |                    ^
          192|         flip lib.mapAttrsToList cfg.users (

       … while calling 'flatten'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/lists.nix:439:13:

          438|   */
          439|   flatten = x: if isList x then concatMap (y: flatten y) x else [ x ];
             |             ^
          440|

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/lists.nix:439:44:

          438|   */
          439|   flatten = x: if isList x then concatMap (y: flatten y) x else [ x ];
             |                                            ^
          440|

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/lists.nix:439:47:

          438|   */
          439|   flatten = x: if isList x then concatMap (y: flatten y) x else [ x ];
             |                                               ^
          440|

       … while calling 'flatten'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/lists.nix:439:13:

          438|   */
          439|   flatten = x: if isList x then concatMap (y: flatten y) x else [ x ];
             |             ^
          440|

       … while calling anonymous lambda

         at /nix/store/yy4v2hcfvfiv53sw4hyx44j8w6kqxs4r-source/nixos/common.nix:193:17:

          192|         flip lib.mapAttrsToList cfg.users (
          193|           user: config:
             |                 ^
          194|           flip map config.assertions (assertion: {

       … from call site

         at /nix/store/yy4v2hcfvfiv53sw4hyx44j8w6kqxs4r-source/nixos/common.nix:194:11:

          193|           user: config:
          194|           flip map config.assertions (assertion: {
             |           ^
          195|             inherit (assertion) assertion;

       … while calling 'flip'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/trivial.nix:347:11:

          346|   flip =
          347|     f: a: b:
             |           ^
          348|     f b a;

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/attrsets.nix:1188:17:

         1187|         mapAttrs (
         1188|           name: value:
             |                 ^
         1189|           if isAttrs value && cond value then recurse (path ++ [ name ]) value else f (path ++ [ name ]) value

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/attrsets.nix:1189:85:

         1188|           name: value:
         1189|           if isAttrs value && cond value then recurse (path ++ [ name ]) value else f (path ++ [ name ]) value
             |                                                                                     ^
         1190|         );

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:275:71:

          274|           # For definitions that have an associated option
          275|           declaredConfig = mapAttrsRecursiveCond (v: !isOption v) (_: v: v.value) options;
             |                                                                       ^
          276|

       … while evaluating the option `home-manager.users.hydenix.assertions':

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1161:11:

         1160|         defsNormalized = concatMap (
         1161|           m:
             |           ^
         1162|           map (

       … while evaluating definitions from `/nix/store/yy4v2hcfvfiv53sw4hyx44j8w6kqxs4r-source/modules/services-modular':

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1171:80:

         1170|               }
         1171|           ) (addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
             |                                                                                ^
         1172|         ) defs;

       … while calling 'dischargeProperties'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1311:5:

         1310|   dischargeProperties =
         1311|     def:
             |     ^
         1312|     if def._type or "" == "merge" then

       … from call site

         at /nix/store/yy4v2hcfvfiv53sw4hyx44j8w6kqxs4r-source/modules/services-modular/default.nix:203:7:

          202|     assertions = lib.concatLists (
          203|       lib.mapAttrsToList (
             |       ^
          204|         name: cfg: portable-lib.getAssertions [ "home" "services" name ] cfg

       … while calling 'mapAttrsToList'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/attrsets.nix:1085:23:

         1084|   */
         1085|   mapAttrsToList = f: attrs: attrValues (mapAttrs f attrs);
             |                       ^
         1086|

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/attrsets.nix:1188:17:

         1187|         mapAttrs (
         1188|           name: value:
             |                 ^
         1189|           if isAttrs value && cond value then recurse (path ++ [ name ]) value else f (path ++ [ name ]) value

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:881:37:

          880|
          881|       matchedOptions = mapAttrs (n: v: v.matchedOptions) resultsByName;
             |                                     ^
          882|

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:847:30:

          846|           {
          847|             matchedOptions = evalOptionValue loc opt defns';
             |                              ^
          848|             unmatchedDefns = [ ];

       … while calling 'evalOptionValue'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1079:15:

         1078|   evalOptionValue =
         1079|     loc: opt: defs:
             |               ^
         1080|     let

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1112:9:

         1111|       warnDeprecation =
         1112|         warnIf (opt.type.deprecationMessage != null)
             |         ^
         1113|           "The type `types.${opt.type.name}' of option `${showOption loc}' defined in ${showFiles opt.declarations} is deprecated. ${opt.type.deprecationMessage}";

       … while calling 'warnIf'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/trivial.nix:848:18:

          847|   */
          848|   warnIf = cond: msg: if cond then warn msg else x: x;
             |                  ^
          849|

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:844:19:

          843|           let
          844|             opt = fixupOptionType loc (mergeOptionDecls loc decls);
             |                   ^
          845|           in

       … while calling 'fixupOptionType'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1397:10:

         1396|   fixupOptionType =
         1397|     loc: opt:
             |          ^
         1398|     if opt.type.getSubModules or null == null then

       error: getting status of '/nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/services': No such file or directory

Template Flake Check: ❌ Failed

View output
warning: Git tree '/home/runner/work/hydenix/hydenix' is dirty
warning: creating lock file '/home/runner/work/hydenix/hydenix/template/flake.lock': 
• Added input 'hydenix':
    'path:../?lastModified=0&narHash=sha256-77cN4xc7SoYTCYLGsL7e5yY5nbEEV2O6t3HiSVOF69w%3D' (1970-01-01)
• Added input 'hydenix/home-manager':
    'github:nix-community/home-manager/2f419037039a152448c5f4ae9494154753d1b399' (2026-05-09)
• Added input 'hydenix/home-manager/nixpkgs':
    follows 'hydenix/nixpkgs'
• Added input 'hydenix/hyde':
    'github:HyDE-Project/HyDE/7493044fb1352ad34b3c436ec4cf73de7534bd18' (2026-01-21)
• Added input 'hydenix/hyde-config':
    'github:Chownio/hyde-config/59dc0659e0cfb72552616553f5b2635cf40c2184' (2025-08-11)
• Added input 'hydenix/hyde-config/nixpkgs':
    follows 'hydenix/nixpkgs'
• Added input 'hydenix/hyde-ipc':
    'github:Chownio/hyde-ipc/324839b4b4d45ed2760e4fca6a796a47a0704b2a' (2025-11-07)
• Added input 'hydenix/hyde-ipc/nixpkgs':
    follows 'hydenix/nixpkgs'
• Added input 'hydenix/hyde-ipc/rust-overlay':
    'github:oxalica/rust-overlay/c63598992afd54d215d54f2b764adc0484c2b159' (2025-11-06)
• Added input 'hydenix/hyde-ipc/rust-overlay/nixpkgs':
    'github:NixOS/nixpkgs/18dd725c29603f582cf1900e0d25f9f1063dbf11' (2025-04-13)
• Added input 'hydenix/hydectl':
    'github:Chownio/hydectl/a19610347de2230175e5d8807584db65d0588134' (2025-08-13)
• Added input 'hydenix/hydectl/nixpkgs':
    follows 'hydenix/nixpkgs'
• Added input 'hydenix/hyq':
    'github:Chownio/hyprquery/74968e9e7fd3111ac94c18e41a61f02eefd11d2b' (2026-01-01)
• Added input 'hydenix/hyq/nixpkgs':
    'github:NixOS/nixpkgs/cad22e7d996aea55ecab064e84834289143e44a0' (2025-12-30)
• Added input 'hydenix/nix-index-database':
    'github:nix-community/nix-index-database/dd2d0e3f6ba00af01b9498f5697173bdc2524bee' (2026-05-08)
• Added input 'hydenix/nix-index-database/nixpkgs':
    follows 'hydenix/nixpkgs'
• Added input 'hydenix/nixos-hardware':
    'github:nixos/nixos-hardware/3bcaa367d4c550d687a17ac792fd5cda214ee871' (2026-05-07)
• Added input 'hydenix/nixpkgs':
    'github:nixos/nixpkgs/cad22e7d996aea55ecab064e84834289143e44a0' (2025-12-30)
• Added input 'nixos-hardware':
    'github:nixos/nixos-hardware/3bcaa367d4c550d687a17ac792fd5cda214ee871' (2026-05-07)
• Added input 'nixpkgs':
    follows 'hydenix/nixpkgs'
warning: Git tree '/home/runner/work/hydenix/hydenix' is dirty
evaluating flake...
error:
       … while checking flake output 'nixosConfigurations'

         at /nix/store/8swzzm7v11pgxb8idsknk37qa72abm28-source/template/flake.nix:31:7:

           30|     {
           31|       nixosConfigurations.hydenix = hydenixConfig;
             |       ^
           32|       nixosConfigurations.default = hydenixConfig;

       … while checking the NixOS configuration 'nixosConfigurations.hydenix'

         at /nix/store/8swzzm7v11pgxb8idsknk37qa72abm28-source/template/flake.nix:31:7:

           30|     {
           31|       nixosConfigurations.hydenix = hydenixConfig;
             |       ^
           32|       nixosConfigurations.default = hydenixConfig;

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/attrsets.nix:1691:14:

         1690|         zipAttrsWith (
         1691|           n: values:
             |              ^
         1692|           let

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/attrsets.nix:1188:17:

         1187|         mapAttrs (
         1188|           name: value:
             |                 ^
         1189|           if isAttrs value && cond value then recurse (path ++ [ name ]) value else f (path ++ [ name ]) value

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/attrsets.nix:1189:85:

         1188|           name: value:
         1189|           if isAttrs value && cond value then recurse (path ++ [ name ]) value else f (path ++ [ name ]) value
             |                                                                                     ^
         1190|         );

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:275:71:

          274|           # For definitions that have an associated option
          275|           declaredConfig = mapAttrsRecursiveCond (v: !isOption v) (_: v: v.value) options;
             |                                                                       ^
          276|

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

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1161:11:

         1160|         defsNormalized = concatMap (
         1161|           m:
             |           ^
         1162|           map (

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

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1171:80:

         1170|               }
         1171|           ) (addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
             |                                                                                ^
         1172|         ) defs;

       … while calling 'dischargeProperties'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1311:5:

         1310|   dischargeProperties =
         1311|     def:
             |     ^
         1312|     if def._type or "" == "merge" then

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/nixos/modules/system/activation/top-level.nix:81:26:

           80|   # Handle assertions and warnings
           81|   baseSystemAssertWarn = lib.asserts.checkAssertWarn config.assertions config.warnings baseSystem;
             |                          ^
           82|

       … while calling 'checkAssertWarn'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/asserts.nix:193:27:

          192|   checkAssertWarn =
          193|     assertions: warnings: val:
             |                           ^
          194|     let

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/attrsets.nix:1188:17:

         1187|         mapAttrs (
         1188|           name: value:
             |                 ^
         1189|           if isAttrs value && cond value then recurse (path ++ [ name ]) value else f (path ++ [ name ]) value

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/attrsets.nix:1189:85:

         1188|           name: value:
         1189|           if isAttrs value && cond value then recurse (path ++ [ name ]) value else f (path ++ [ name ]) value
             |                                                                                     ^
         1190|         );

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:275:71:

          274|           # For definitions that have an associated option
          275|           declaredConfig = mapAttrsRecursiveCond (v: !isOption v) (_: v: v.value) options;
             |                                                                       ^
          276|

       … while evaluating the option `assertions':

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1161:11:

         1160|         defsNormalized = concatMap (
         1161|           m:
             |           ^
         1162|           map (

       … while evaluating definitions from `/nix/store/yy4v2hcfvfiv53sw4hyx44j8w6kqxs4r-source/nixos/common.nix':

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1171:80:

         1170|               }
         1171|           ) (addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
             |                                                                                ^
         1172|         ) defs;

       … while calling 'dischargeProperties'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1311:5:

         1310|   dischargeProperties =
         1311|     def:
             |     ^
         1312|     if def._type or "" == "merge" then

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1316:31:

         1315|       if isBool def.condition then
         1316|         if def.condition then dischargeProperties def.content else [ ]
             |                               ^
         1317|       else

       … while calling 'dischargeProperties'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1311:5:

         1310|   dischargeProperties =
         1311|     def:
             |     ^
         1312|     if def._type or "" == "merge" then

       … from call site

         at /nix/store/yy4v2hcfvfiv53sw4hyx44j8w6kqxs4r-source/nixos/common.nix:191:20:

          190|
          191|       assertions = lib.flatten (
             |                    ^
          192|         flip lib.mapAttrsToList cfg.users (

       … while calling 'flatten'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/lists.nix:439:13:

          438|   */
          439|   flatten = x: if isList x then concatMap (y: flatten y) x else [ x ];
             |             ^
          440|

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/lists.nix:439:44:

          438|   */
          439|   flatten = x: if isList x then concatMap (y: flatten y) x else [ x ];
             |                                            ^
          440|

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/lists.nix:439:47:

          438|   */
          439|   flatten = x: if isList x then concatMap (y: flatten y) x else [ x ];
             |                                               ^
          440|

       … while calling 'flatten'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/lists.nix:439:13:

          438|   */
          439|   flatten = x: if isList x then concatMap (y: flatten y) x else [ x ];
             |             ^
          440|

       … while calling anonymous lambda

         at /nix/store/yy4v2hcfvfiv53sw4hyx44j8w6kqxs4r-source/nixos/common.nix:193:17:

          192|         flip lib.mapAttrsToList cfg.users (
          193|           user: config:
             |                 ^
          194|           flip map config.assertions (assertion: {

       … from call site

         at /nix/store/yy4v2hcfvfiv53sw4hyx44j8w6kqxs4r-source/nixos/common.nix:194:11:

          193|           user: config:
          194|           flip map config.assertions (assertion: {
             |           ^
          195|             inherit (assertion) assertion;

       … while calling 'flip'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/trivial.nix:347:11:

          346|   flip =
          347|     f: a: b:
             |           ^
          348|     f b a;

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/attrsets.nix:1188:17:

         1187|         mapAttrs (
         1188|           name: value:
             |                 ^
         1189|           if isAttrs value && cond value then recurse (path ++ [ name ]) value else f (path ++ [ name ]) value

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/attrsets.nix:1189:85:

         1188|           name: value:
         1189|           if isAttrs value && cond value then recurse (path ++ [ name ]) value else f (path ++ [ name ]) value
             |                                                                                     ^
         1190|         );

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:275:71:

          274|           # For definitions that have an associated option
          275|           declaredConfig = mapAttrsRecursiveCond (v: !isOption v) (_: v: v.value) options;
             |                                                                       ^
          276|

       … while evaluating the option `home-manager.users.hydenix.assertions':

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1161:11:

         1160|         defsNormalized = concatMap (
         1161|           m:
             |           ^
         1162|           map (

       … while evaluating definitions from `/nix/store/yy4v2hcfvfiv53sw4hyx44j8w6kqxs4r-source/modules/services-modular':

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1171:80:

         1170|               }
         1171|           ) (addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value))
             |                                                                                ^
         1172|         ) defs;

       … while calling 'dischargeProperties'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1311:5:

         1310|   dischargeProperties =
         1311|     def:
             |     ^
         1312|     if def._type or "" == "merge" then

       … from call site

         at /nix/store/yy4v2hcfvfiv53sw4hyx44j8w6kqxs4r-source/modules/services-modular/default.nix:203:7:

          202|     assertions = lib.concatLists (
          203|       lib.mapAttrsToList (
             |       ^
          204|         name: cfg: portable-lib.getAssertions [ "home" "services" name ] cfg

       … while calling 'mapAttrsToList'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/attrsets.nix:1085:23:

         1084|   */
         1085|   mapAttrsToList = f: attrs: attrValues (mapAttrs f attrs);
             |                       ^
         1086|

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/attrsets.nix:1188:17:

         1187|         mapAttrs (
         1188|           name: value:
             |                 ^
         1189|           if isAttrs value && cond value then recurse (path ++ [ name ]) value else f (path ++ [ name ]) value

       … while calling anonymous lambda

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:881:37:

          880|
          881|       matchedOptions = mapAttrs (n: v: v.matchedOptions) resultsByName;
             |                                     ^
          882|

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:847:30:

          846|           {
          847|             matchedOptions = evalOptionValue loc opt defns';
             |                              ^
          848|             unmatchedDefns = [ ];

       … while calling 'evalOptionValue'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1079:15:

         1078|   evalOptionValue =
         1079|     loc: opt: defs:
             |               ^
         1080|     let

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1112:9:

         1111|       warnDeprecation =
         1112|         warnIf (opt.type.deprecationMessage != null)
             |         ^
         1113|           "The type `types.${opt.type.name}' of option `${showOption loc}' defined in ${showFiles opt.declarations} is deprecated. ${opt.type.deprecationMessage}";

       … while calling 'warnIf'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/trivial.nix:848:18:

          847|   */
          848|   warnIf = cond: msg: if cond then warn msg else x: x;
             |                  ^
          849|

       … from call site

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:844:19:

          843|           let
          844|             opt = fixupOptionType loc (mergeOptionDecls loc decls);
             |                   ^
          845|           in

       … while calling 'fixupOptionType'

         at /nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/modules.nix:1397:10:

         1396|   fixupOptionType =
         1397|     loc: opt:
             |          ^
         1398|     if opt.type.getSubModules or null == null then

       error: getting status of '/nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source/lib/services': No such file or directory

@github-actions github-actions Bot force-pushed the update-flake-lock branch from de5d7db to c85c8a8 Compare April 12, 2026 02:56
@github-actions github-actions Bot force-pushed the update-flake-lock branch from c85c8a8 to d3d06e6 Compare April 19, 2026 03:20
@github-actions github-actions Bot force-pushed the update-flake-lock branch 2 times, most recently from a5429d4 to 7afdfa6 Compare May 3, 2026 00:58
@github-actions github-actions Bot force-pushed the update-flake-lock branch from 7afdfa6 to f45be86 Compare May 10, 2026 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants