Skip to content

Instantly share code, notes, and snippets.

@GrahamcOfBorg
Created May 8, 2024 18:13
Show Gist options
  • Save GrahamcOfBorg/6ecf6cb257f5cd99c00a6efedb5a5e63 to your computer and use it in GitHub Desktop.
Save GrahamcOfBorg/6ecf6cb257f5cd99c00a6efedb5a5e63 to your computer and use it in GitHub Desktop.
nix-env failed:
error:
… while evaluating call site
at «none»:0: (source not available)
… while calling anonymous lambda
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-0/.gc-of-borg-outpaths.nix:48:12:
47| tweak = lib.mapAttrs
48| (name: val:
| ^
49| if name == "recurseForDerivations" then true
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-0/lib/attrsets.nix:1248:43:
1247| f:
1248| listToAttrs (map (n: nameValuePair n (f n)) names);
| ^
1249|
… while calling anonymous lambda
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-0/pkgs/top-level/release-lib.nix:145:6:
144| testOnCross = crossSystem: metaPatterns: f: forMatchingSystems metaPatterns
145| (system: hydraJob' (f (pkgsForCross crossSystem system)));
| ^
146|
… while evaluating call site
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-0/pkgs/top-level/release-lib.nix:145:14:
144| testOnCross = crossSystem: metaPatterns: f: forMatchingSystems metaPatterns
145| (system: hydraJob' (f (pkgsForCross crossSystem system)));
| ^
146|
… while calling 'hydraJob'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-0/lib/customisation.nix:388:14:
387| */
388| hydraJob = drv:
| ^
389| let
… while evaluating the attribute 'meta'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-0/lib/customisation.nix:393:24:
392| commonAttrs =
393| { inherit (drv) name system meta; inherit outputs; }
| ^
394| // optionalAttrs (drv._hydraAggregate or false) {
… while evaluating the attribute 'maintainers'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-0/pkgs/by-name/ha/halo/package.nix:57:5:
56| description = "Self-hosted dynamic blogging program";
57| maintainers = with lib.maintainers; [ Yah ];
| ^
58| license = lib.licenses.gpl3;
error: undefined variable 'Yah'
at /ofborg/checkout/2/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-0/pkgs/by-name/ha/halo/package.nix:57:43:
56| description = "Self-hosted dynamic blogging program";
57| maintainers = with lib.maintainers; [ Yah ];
| ^
58| license = lib.licenses.gpl3;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment