Skip to content

Instantly share code, notes, and snippets.

@GrahamcOfBorg
Created April 15, 2024 11:33
Show Gist options
  • Save GrahamcOfBorg/e5c79acc79bff68222f613b172514b0e to your computer and use it in GitHub Desktop.
Save GrahamcOfBorg/e5c79acc79bff68222f613b172514b0e 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/3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/.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/3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/lib/attrsets.nix:1214:43:
1213| f:
1214| listToAttrs (map (n: nameValuePair n (f n)) names);
| ^
1215|
… while calling anonymous lambda
at /ofborg/checkout/3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/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/3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/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/3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/lib/customisation.nix:388:14:
387| */
388| hydraJob = drv:
| ^
389| let
… while evaluating the attribute 'outPath'
at /ofborg/checkout/3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/lib/customisation.nix:404:13:
403| value = commonAttrs // {
404| outPath = output.outPath;
| ^
405| drvPath = output.drvPath;
… while evaluating the attribute 'outPath'
at /ofborg/checkout/3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/lib/customisation.nix:352:13:
351| drvPath = assert condition; drv.${outputName}.drvPath;
352| outPath = assert condition; drv.${outputName}.outPath;
| ^
353| } //
… while evaluating the attribute 'out.outPath'
at /ofborg/checkout/3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/lib/customisation.nix:352:13:
351| drvPath = assert condition; drv.${outputName}.drvPath;
352| outPath = assert condition; drv.${outputName}.outPath;
| ^
353| } //
… while evaluating the attribute 'propagatedBuildInputs' of the derivation 'photini-2024.2.1'
at /ofborg/checkout/3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/pkgs/stdenv/generic/make-derivation.nix:331:7:
330| // (optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
331| name =
| ^
332| let
… while evaluating call site
at «none»:0: (source not available)
… while calling anonymous lambda
at /ofborg/checkout/3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/pkgs/stdenv/generic/make-derivation.nix:321:13:
320| (map (drv: getDev drv.__spliced.hostHost or drv) (checkDependencyList "depsHostHostPropagated" depsHostHostPropagated))
321| (map (drv: getDev drv.__spliced.hostTarget or drv) (checkDependencyList "propagatedBuildInputs" propagatedBuildInputs))
| ^
322| ]
… while evaluating call site
at /ofborg/checkout/3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/pkgs/stdenv/generic/make-derivation.nix:321:18:
320| (map (drv: getDev drv.__spliced.hostHost or drv) (checkDependencyList "depsHostHostPropagated" depsHostHostPropagated))
321| (map (drv: getDev drv.__spliced.hostTarget or drv) (checkDependencyList "propagatedBuildInputs" propagatedBuildInputs))
| ^
322| ]
… while calling 'getOutput'
at /ofborg/checkout/3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/lib/attrsets.nix:1762:23:
1761| */
1762| getOutput = output: pkg:
| ^
1763| if ! pkg ? outputSpecified || ! pkg.outputSpecified
… while evaluating call site
at «none»:0: (source not available)
… while calling anonymous lambda
at /ofborg/checkout/3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/lib/lists.nix:334:29:
333| */
334| imap1 = f: list: genList (n: f (n + 1) (elemAt list n)) (length list);
| ^
335|
… while evaluating call site
at /ofborg/checkout/3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/lib/lists.nix:334:32:
333| */
334| imap1 = f: list: genList (n: f (n + 1) (elemAt list n)) (length list);
| ^
335|
… while calling anonymous lambda
at /ofborg/checkout/3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/pkgs/stdenv/generic/make-derivation.nix:276:15:
275| imap1
276| (index: dep:
| ^
277| if isDerivation dep || dep == null || builtins.isString dep || builtins.isPath dep then dep
… while evaluating call site
at /ofborg/checkout/3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/pkgs/stdenv/generic/make-derivation.nix:277:12:
276| (index: dep:
277| if isDerivation dep || dep == null || builtins.isString dep || builtins.isPath dep then dep
| ^
278| else if isList dep then checkDependencyList' ([index] ++ positions) name dep
… while calling 'isDerivation'
at /ofborg/checkout/3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/lib/attrsets.nix:1249:5:
1248| isDerivation =
1249| value: value.type or null == "derivation";
| ^
1250|
… while evaluating call site
at «none»:0: (source not available)
… while calling 'checkDrv'
at /ofborg/checkout/3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/pkgs/development/interpreters/python/mk-python-derivation.nix:206:26:
205|
206| checkDrv = attrName: drv:
| ^
207| if (isPythonModule drv) && (isMismatchedPython drv) then throwMismatch attrName drv
… while evaluating call site
at /ofborg/checkout/3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/pkgs/development/interpreters/python/mk-python-derivation.nix:207:11:
206| checkDrv = attrName: drv:
207| if (isPythonModule drv) && (isMismatchedPython drv) then throwMismatch attrName drv
| ^
208| else drv;
… while calling 'isPythonModule'
at /ofborg/checkout/3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/pkgs/development/interpreters/python/mk-python-derivation.nix:42:20:
41|
42| isPythonModule = drv:
| ^
43| # all pythonModules have the pythonModule attribute
error: undefined variable 'requests_toolbelt'
at /ofborg/checkout/3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/pkgs/by-name/ph/photini/package.nix:29:5:
28| requests-oauthlib
29| requests_toolbelt
| ^
30| pyenchant
@pocket7games012
Copy link

Experience gaming freedom with the Nintendo Switch Controller featuring enhanced storage for your favorite games nintendo switch Controller. Seamlessly switch between handheld and TV mode, enjoying immersive gameplay wherever you go. With expanded storage options, store more games and downloadable content for endless entertainment. Elevate your gaming experience with the Nintendo Switch Controller and unlock new levels of fun.

@pocket7games012
Copy link

Learn makeup like a pro with IdaBeautyShop's tutorials! Our step-by-step guides feature tips from top beauty experts, covering everything from everyday looks to glamorous evening styles Makeup tutorials. Using our high-quality products, you'll master techniques for flawless foundation, perfect winged eyeliner, and stunning eyeshadow blends. IdaBeautyShop tutorials make beauty accessible and fun for everyone. Start your journey to gorgeous, professional makeup today with our easy-to-follow tutorials!

@pocket7games012
Copy link

Baikal Services offers expert home repiping services designed to enhance your plumbing system's efficiency and reliability home repiping. Our skilled technicians utilize advanced materials and techniques to ensure durable installations that comply with industry standards. Whether you're renovating an older property or addressing specific plumbing concerns, we provide comprehensive solutions tailored to your home's unique needs. Count on Baikal Services for professional, trustworthy repiping services that prioritize quality and customer satisfaction.

@pocket7games012
Copy link

For reliable water heater services in Long Island, trust Polar Bear Air NY. Our experienced technicians provide expert installation, maintenance, and repair of all types of water heaters Water Heaters Long Island. Whether you need a new system or routine maintenance, we ensure your hot water supply is consistent and efficient. With a commitment to quality and customer satisfaction, Polar Bear Air NY is your go-to choice for water heater services. Contact us today to schedule a service!

@pocket7games012
Copy link

Palestine-themed sweatshirts, enriched with nativethreads, fuse traditional Palestinian motifs with contemporary fashion palestine sweatshirt. Each piece embodies cultural pride and resilience, showcasing intricate craftsmanship passed down through generations. Nativethreads weave stories of Palestinian identity and heritage into the fabric, celebrating a rich tapestry of artistry and tradition. These sweatshirts serve as symbols of solidarity and cultural continuity, honoring Palestine's deep-rooted heritage and artistic legacy.

@pocket7games012
Copy link

Layton Weight Loss offers Ozempic Mounjaro as a weight loss solution ozempic mounjaro. Ozempic Mounjaro is a medication that assists in weight management by curbing appetite and stabilizing blood sugar levels. Alongside personalized diet and exercise plans, Layton Weight Loss provides holistic support for individuals striving for effective and sustainable weight loss. Their approach combines medical expertise with customized strategies to promote long-term health and wellness.

@pocket7games012
Copy link

Parmi les hôtels de Saguenay, l'Auberge du Dimanche se distingue par son charme et son accueil chaleureux hotels saguenay. Cet établissement offre des chambres confortables et une cuisine raffinée dans son restaurant. Le service attentionné du personnel garantit un séjour agréable, que ce soit pour affaires ou loisirs. Découvrez le meilleur de Saguenay en séjournant à l'Auberge du Dimanche, où confort et convivialité sont au rendez-vous.

@pocket7games012
Copy link

L'Hôtel Fjord, à proximité de l'Hôtel Saguenay, offre une ambiance chaleureuse et pittoresque hotel fjord. Avec des chambres confortables et une vue magnifique sur les environs, cet établissement est idéal pour les voyageurs recherchant détente et qualité de service. Profitez de notre restaurant renommé et de nos installations de bien-être pour une expérience de séjour mémorable à Saguenay. L'Hôtel Fjord vous invite à découvrir le charme unique de la région.

@pocket7games012
Copy link

Découvrez l'Hôtel Fjord avec l'élégance distinctive de l'Hôtel Le Balcon Blanc. Niché au bord du majestueux fjord du Saguenay hotel fjord, cet établissement vous invite à vivre une expérience unique et inoubliable. Profitez de chambres confortables offrant des vues spectaculaires, d'une cuisine raffinée et d'un service attentionné. Que ce soit pour explorer la nature environnante ou vous détendre dans le cadre paisible, l'Hôtel Fjord vous promet un séjour enrichissant et relaxant.

@pocket7games012
Copy link

A charcuterie board from BamboozeldNY offers a delightful array of cured meats, cheeses, and accompaniments, expertly curated to tantalize your taste buds Charcutier board. Each board is a masterpiece of flavors, blending savory prosciutto, tangy cheeses, and sweet figs into a symphony of culinary delight. Perfect for any occasion, whether a casual gathering or a sophisticated soirée, BamboozeldNY's charcuterie boards elevate your dining experience with artisanal quality and exquisite presentation.

@pocket7games012
Copy link

ChinaPCCase offers top-tier PC cases designed to meet the needs of gamers and professionals alike https://www.chinapccase.com/. Each case boasts durable construction, optimal cooling solutions, and sleek designs. With a focus on quality and affordability, ChinaPCCase ensures your build is both functional and stylish. Their extensive range includes options for all preferences, from minimalist to highly customizable. Trust ChinaPCCase for reliable performance and innovative design in every product.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment