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
@arth75765
Copy link

Oordoppen voor festivals zijn essentieel voor elke muziekliefhebber die van een goede ervaring wil genieten. Ze beschermen je gehoor tegen de harde muziek zonder de kwaliteit van het geluid te beïnvloeden. Met de juiste oordoppen voor festivals kun je volop genieten van de sfeer en optredens, terwijl je je oren veilig houdt. Zorg ervoor dat je deze onmisbare accessoires me

@arth75765
Copy link

The Loma Club Collection is your ultimate destination for stylish golf clothing for women. Our thoughtfully designed pieces combine functionality with contemporary fashion, ensuring you look and feel great on the course. Elevate your wardrobe with our exclusive collection that enhances your performance while showcasing your unique style.

@arth75765
Copy link

Las "fundas para almohada de seda" son una opción ideal para quienes buscan lujo y comodidad en su descanso. En Tienda de ropa de cama, mesa y baño - Carmen Borja, estas fundas ofrecen beneficios excepcionales para la piel y el cabello, ayudando a reducir frizz y arrugas. Además, su suavidad y elegancia transforman cualquier dormitorio en un refugio acogedor. Invertir en fundas de seda es una manera efectiva de mejorar tu calidad de sueño y, al mismo tiempo, aportar un toque sofisticado a la decoración de tu hogar. Descubre cómo una funda de almohada de seda puede hacer la diferencia en tu rutina de descanso.

@arth75765
Copy link

Hondenpenningen zijn een essentieel onderdeel van de uitrusting van je huisdier. Ze bieden niet alleen identificatie, maar kunnen ook een persoonlijke touch geven. Bij Sama24.nl vind je een breed scala aan gepersonaliseerde hondenpenningen. Ontwerp een unieke penning met de naam van je hond en kies uit verschillende stijlen en materialen. Zo zorg je ervoor dat je hond niet alleen veilig is, maar ook een echte blikvanger!

@arth75765
Copy link

Odkup vozil v okvari je pomembna storitev za lastnike, ki se soočajo s težavami svojih avtomobilov. Pri Avto-zero vam nudimo enostavno in hitro rešitev za prodajo vašega vozila, ne glede na njegovo stanje. Naša strokovna ekipa bo poskrbela za pošteno oceno in takojšnjo ponudbo, da vam olajša celoten postopek.

@arth75765
Copy link

When engaging in intense workouts, having reliable gym knee support can make a significant difference. The GymYog Knee Support Sleeve is designed to provide a snug fit, ensuring stability and comfort while you exercise. With its adjustable strap, it accommodates various knee sizes, promoting confidence in every movement. Additionally, the breathable fabric effectively wicks moisture, helping you stay cool and dry during even the toughest sessions. Investing in this essential gear can enhance your performance and protect your knees from injury.

@arth75765
Copy link

Regular teeth cleaning is essential for maintaining optimal oral health. At Great Smiles Buford Center, we provide thorough teeth cleaning services to remove plaque and tartar, preventing cavities and gum disease. Our experienced team ensures a comfortable and effective cleaning process, leaving your teeth feeling fresh and clean. Schedule your appointment today to keep your smile healthy and vibrant!

@arth75765
Copy link

Dedicated servers are an ideal choice for businesses prioritizing security and performance. Unlike shared hosting, dedicated servers provide exclusive resources, minimizing vulnerabilities and enhancing data protection. With customizable security protocols, businesses can tailor their environments to meet specific needs, ensuring that sensitive information remains secure from potential threats.

@arth75765
Copy link

If you’re facing misdemeanor charges, hiring a misdemeanor attorney is essential for a strong defense. These legal professionals understand the nuances of misdemeanor laws and can provide tailored strategies for your case. They will review the details, negotiate on your behalf, and work to minimize penalties or secure a favorable outcome. A knowledgeable misdemeanor attorney will guide you through the legal process, ensuring your rights are upheld and helping you achieve the best possible resolution. Don’t navigate this challenging situation alone—professional support can make a significant difference.

@arth75765
Copy link

Stove monitoring is essential for ensuring kitchen safety, and Veebar Tech's innovative solution makes it easier than ever. With their smart stove monitoring technology, users can transform any stove into a connected appliance that provides real-time alerts and remote monitoring. This proactive approach not only helps prevent accidents but also offers peace of mind while cooking. By prioritizing stove monitoring, you can create a safer cooking environment for yourself and your loved ones, making every meal preparation worry-free.

@mb024050
Copy link

파워포인트 스마트아트 삽입 및 편집하기 파워포인트 스마트아트 배워보기! 여러 사람들에게 효과적인 정보 전달을 하기 위해선 시각적인 자료를 넣는 것이 좋습니다.
엑셀 강의 추천

@arth75765
Copy link

If you’re searching for an eBay account for sale, you’re in for a valuable opportunity. Buying an established eBay account allows you to leverage existing feedback and credibility, making it easier to attract buyers. With secure payment options like PayPal and a 180-day money-back guarantee, you can invest confidently. This approach can significantly enhance your online selling experience and streamline your path to success.

@tradeupvc5
Copy link

I’m looking to sell my iPhone and stumbled across GadgetFlip, a service in Jacksonville that offers cash for iPhones near me sell phone. Has anyone had any luck with them? From what I’ve read, they make the process really easy, and you get a cash offer in about 10 minutes after submitting your phone details online. What caught my attention was that they buy broken phones too. I dropped my phone recently, and the screen is cracked, so I wasn’t sure how much I could get for it. Plus, they mentioned that you can even sell a phone that’s not paid off, which is a lifesaver because I still owe some money on mine.
The thing that made me feel comfortable is that they meet up at safe, public locations like Starbucks or Wawa to complete the sale. You get paid right on the spot, which is a big plus if you need cash fast. I’m seriously considering giving them a try, but I’d love to hear from anyone who’s used them before. How were your experiences? Did you feel like the payout was fair? I’ve got a few more devices to sell, so I’m hoping they’re as good as they sound!

@tradeupvc5
Copy link

Planning a remodel soon and exploring San Diego framing companies that handle custom framing solutions. I came across Framing Pros San Diego and was impressed with their range of services san diego framing. They do both residential and commercial framing and have decades of experience, which gives me peace of mind for my project. They’re also willing to tailor the framing to my specific needs, which is a big plus.
They operate throughout San Diego County and into South Orange County, so they cover a wide area, making it convenient. Has anyone else worked with them? I’m curious about your experience, especially if you’ve used their services for something custom or unique.

@tradeupvc5
Copy link

I recently came across Bandar Togel Online while looking for secure platforms to play togel bandar togel online. Their user interface is super friendly, and they seem to take privacy seriously. Features like secure payment options and clear game rules really stood out to me. Curious if anyone else has found similar features on other togel sites? What do you guys prioritize when choosing a togel site?

@sam1-collab
Copy link

Teak Furniture Malaysia operates as a specialist importer of best quality teakwwod furniture solid wood furniture, indoor furniture, Garden Furniture and outdoor furniture . Visit Our Showroom Kuala Lumpur KL and Shah Alam Selangor Malaysia.

@stussy09
Copy link

For reliable and professional fencing solutions, the best fence company in Orange County offers high-quality services tailored to both homes and businesses. With a focus on Orange County fence installation services and custom designs, they are recognized as an affordable fencing contractor in Orange County. From durable materials to expert craftsmanship, these custom fence builders in Orange County provide versatile options for Orange County residential and commercial fencing projects.

@tradeupvc5
Copy link

Hi, gaming community! I’ve been exploring some apps for quick, engaging games and recently tried out the Parimatch Aviator app download. It’s super easy to use and perfect for short breaks when you want some excitement. The gameplay is about betting on a plane's ascent and deciding the perfect moment to cash out before it vanishes. I’m curious if anyone else has played it—any recommendations on how to make the most out of this game? I feel like timing is everything, but sometimes it’s hard to gauge. Let’s discuss!

@tradeupvc5
Copy link

Hey everyone,
If you’re struggling with roof issues in Huntington Beach, you should definitely click here for an awesome local company. They’re experienced, affordable, and really know how to handle coastal roofing challenges. I found their customer service to be excellent, and they provided a clear breakdown of costs upfront. Highly recommend checking them out!

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