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

When it comes to medical scrubs, quality and comfort are of the utmost importance. At https://blueskyscrubs.com/, we take pride in offering premium surgical scrub clothing that doesn’t just meet the functional needs of healthcare professionals but also adds an element of style and sophistication to their work attire. Whether you're a doctor, nurse, or medical technician, choosing the right scrubs is essential for maintaining comfort during long shifts while also presenting a professional appearance. Our extensive range of medical scrubs, scrub caps, and other accessories are designed with a perfect balance of quality, style, and comfort to cater to the demands of busy healthcare professionals. At Blue Sky Scrubs, we understand that comfort is non-negotiable for healthcare professionals who work long hours in demanding environments. That’s why all of our products are crafted from high-quality fabrics that offer breathability, flexibility, and durability. Our premium materials include a blend of soft, moisture-wicking fabrics that keep you dry and comfortable throughout your shift. These fabrics are designed to withstand frequent washing, so your scrubs retain their color, fit, and softness over time.

@gdussgsh
Copy link

Mimosa Hostilis Root Bark, often abbreviated as MHRB, is the outer layer of the root of the Mimosa Hostilis tree, a perennial plant native to the rainforests of South America, particularly Brazil and Mexico. This bark is highly valued for its rich concentration of natural compounds, including tannins, alkaloids, and flavonoids. It has been traditionally used by indigenous communities for its medicinal and dyeing properties. The bark is typically harvested sustainably, dried, and processed into powder or chunks for various applications. MHRB is sought after for its versatility and natural benefits, making it a popular product in the global market.

@rrf308
Copy link

rrf308 commented Mar 21, 2025

Les Hautes-Alpes, avec leurs paysages à couper le souffle et leurs villages charmants, offrent un cadre idéal pour des vidéos de mariage ou d'événements. En tant que vidéaste professionnel dans les Hautes-Alpes, je suis spécialisé dans la création de films qui racontent des histoires uniques et émouvantes. Mon approche est à la fois discrète et créative, permettant de capturer les moments les plus précieux et les émotions les plus sincères. Que ce soit pour un mariage, un événement familial ou un projet personnel, je m'engage à vous offrir une vidéo de qualité, qui préserve vos souvenirs de manière artistique et authentique. Choisir un vidéaste hautes alpes, c'est opter pour des souvenirs vivants et intemporels.

@fcc97383
Copy link

The abductor machine is an essential piece of fitness equipment designed to target the muscles of the hip and thigh, specifically the hip abbductor machine and adductors. These muscles play a crucial role in the movement and stability of the lower body, and strengthening them can improve overall physical performance, enhance athletic ability, and prevent injuries. Whether you're looking to build muscle, improve flexibility, or maintain joint health, using the abductor machine can offer numerous benefits. The abductor machine is a piece of gym equipment that primarily targets the hip abductor muscles located on the outer sides of the thighs and hips. It works by performing a movement known as abduction, which involves moving the legs away from the body's midline.

@hhg71783
Copy link

In the fast-paced world of online sports betting, players are constantly on the lookout for reliable tips that can give them an edge. BetAsia has become one of the top destinations for bettors seeking expert advice and predictions on various sports markets. This will delves into how BetAsia tips can help maximize your betting potential, providing you with the best strategies and insights to increase your chances of success. BetAsia tips refer to the expert insights and predictions provided by BetAsia, a popular sports betting platform focused on offering accurate betting recommendations for Asian markets. These tips are meticulously crafted by seasoned professionals who use a combination of statistical analysis, current form, and insider knowledge to predict the outcomes of events.

@online8474
Copy link

When it comes to upgrading your home, few improvements offer the same level of beauty, durability, and value as hardwood flooring Morton Grove. Whether you're renovating an older home or installing flooring in a new construction, hardwood is a timeless choice that enhances both the aesthetics and functionality of your living space. With a wide range of wood species, finishes, and styles available, homeowners in Morton Grove can find the perfect hardwood flooring to match their interior design preferences. One of the biggest advantages of best hardwood flooring company near Morton Grove is its durability. Unlike carpets, which wear out over time, or tile, which can crack, hardwood flooring is built to last. With proper care and maintenance, hardwood floors can last for decades, making them a wise investment for homeowners. Additionally, hardwood is highly resistant to daily wear and tear, making it an ideal choice for high-traffic areas such as living rooms, kitchens, and hallways.

@ahb06078
Copy link

ahb06078 commented Apr 5, 2025

Plantar Fasciitis is a painful condition that affects many individuals, causing discomfort, particularly in the heels. The pain is often felt in the morning with the first few steps, and for many, it becomes a constant issue. One of the most effective ways to manage Plantar Fasciitis is by using insoles that provide arch support, shock absorption, and heel cushioning. we will explore some of the best insoles for Plantar Fasciitis, drawing insights from Reddit reviews and other expert recommendations. Whether you’re looking for comfort, affordability, or targeted relief, we’ve got you covered. Before diving into the best insoles for Plantar Fasciitis, it’s essential to understand the condition. Plantar Fasciitis occurs when the plantar fascia, the thick band of tissue running across the bottom of the foot, becomes inflamed. This inflammation is often caused by repetitive strain or overuse, particularly in individuals who spend long hours on their feet or engage in high-impact activities like running.

@bbgq1414
Copy link

Die Straßenzulasung ist ein entscheidender Faktor bei der Auswahl von Fahrzeugteile, insbesondere bei Beleuchtungssystemen wie Autolampen, LKW-Lampen und KFZ-Lampen. Nur zugelassene Komponenten garantieren die Verkehrssicherheit und vermeiden rechtliche Konsequenzen. In Deutschland unterliegen Fahrzeugbeleuchtungen strengen Vorschriften, die in der StVZO (Straßenverkehrs-Zulassungs-Ordnung) festgelegt sind. Dazu gehören unter anderem die richtige Lichtfarbe, Leuchtstärke und Gehäusestabilität. LED-Glühbirnen müssen spezielle Zertifizierungen wie ECE-R oder ABE besitzen, um eine legale Straßenzulasung zu erhalten.

@talikpora
Copy link

Great insights on output path comparison! While optimizing your builds, take a moment to celebrate the season with some festive cheer at Frohe Ostern 2025.

@barkerxavierr
Copy link

Become a professional racer in Drift Boss and challenge your limits through each lap. The game brings you not only competition but also the excitement of overcoming obstacles. Try your hand and become the leader of the leaderboard!

@ddedrree
Copy link

ddedrree commented Jun 2, 2025

Find Out Why Taekaros Is a Scam: A Critical Examination of Its 3% TrustScore
In the vast expanse of the internet, where countless platforms vie for attention, the credibility of a website is paramount. One such platform that has raised significant concerns among users and experts alike is Taekaros.com. Despite presenting itself as a legitimate service, its alarmingly low TrustScore of 3% has cast a long shadow over its authenticity. In this article, we delve deep into the reasons behind this low score and explore find out why Taekaros is a scam.
Understanding TrustScore: What Does a 3% Rating Imply?
TrustScore is a metric used by various online safety platforms to assess the reliability and safety of a website. A score of 3% is exceptionally low, indicating that the site poses a high risk to its users. Such a score typically reflects:
Inadequate Customer Support: A lack of responsive and helpful customer service can leave users stranded when issues arise.

Incomplete or Misleading Services: Promises that are not fulfilled or services that are not as described can lead to user dissatisfaction and distrust.

Potential Fraudulent Activities: Engaging in practices that deceive or defraud users, such as hidden fees or unauthorized charges.

Red Flags Associated with Taekaros.com
Several factors contribute to Taekaros.com's concerning TrustScore:

  1. Lack of Transparent Ownership
    Legitimate websites often provide clear information about their ownership, including contact details and company registration information. Taekaros.com, however, has been criticized for concealing such details, making it difficult for users to verify its legitimacy.
  2. Absence of Social Media Presence
    A genuine online business typically maintains an active presence on social media platforms to engage with its audience and build trust. Taekaros.com appears to lack this presence, raising questions about its authenticity and commitment to customer engagement.
  3. Unrealistic Promises and Offers
    Websites that make promises that seem too good to be true often are. Taekaros.com has been reported to offer deals and opportunities that appear overly generous, which is a common tactic used by scam sites to lure unsuspecting users.
  4. Negative User Reviews and Experiences
    User feedback is a crucial indicator of a website's reliability. Numerous users have shared negative experiences with Taekaros.com, citing issues such as unfulfilled promises, poor customer service, and difficulties in withdrawing funds.
    The Dangers of Engaging with Low-Trust Websites
    Interacting with websites that have low TrustScores can expose users to various risks:
    Financial Loss: Users may be charged hidden fees or find it challenging to withdraw their funds.

Data Privacy Concerns: Personal and financial information shared on such sites may be at risk of being compromised or misused.

Emotional Distress: Dealing with unresponsive customer service and unmet expectations can lead to frustration and disappointment.

Expert Opinions on Taekaros.com
Industry experts and online safety platforms have expressed concerns about Taekaros.com. Their analyses highlight the site's lack of transparency, questionable business practices, and the numerous red flags that suggest it may not be a legitimate platform.
Conclusion: Proceed with Caution
find out why Taekaros is a scam may present itself as a legitimate service, its 3% TrustScore and the associated red flags strongly suggest otherwise. Users are advised to exercise extreme caution before engaging with the site. It's essential to conduct thorough research, read user reviews, and consider alternative platforms with higher trust ratings to ensure a safe and satisfactory online experience.

@9animead
Copy link

9animead commented Jun 4, 2025

I used to hop between anime sites, but since I tried https://9anime.ad/, I stuck with it.

@Teakfurniture
Copy link

Great post! For those looking for trusted Teak Outdoor Furniture Manufacturers, feel free to explore our designs at Casa Bella Designs. We offer high-quality furniture for both indoor and outdoor spaces.

@Wirkaufend
Copy link

Gist is perfect for sharing code snippets and quick fixes.
While browsing, I looked for ways to sell canceled flight.
Found useful scripts that automate travel-related tasks and refund checks.
Tech tools really help when plans change at last moment.
Thanks to Gist, managing travel and code feels much easier.

@Johnwick69690
Copy link

In Zeiten, in denen digitale Dienste wie Momix APK und Online-Bestellungen immer beliebter werden, ist eine klare und unkomplizierte Erstattung-Politik wichtiger denn je. Nutzer möchten wissen, dass sie bei technischen Problemen oder unzufriedenstellenden Inhalten nicht auf ihrem Geld sitzen bleiben. Transparente Prozesse schaffen Vertrauen – besonders in einer Welt voller Apps und Streaming-Plattformen.

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