Skip to content

Instantly share code, notes, and snippets.

@GrahamcOfBorg
Created April 15, 2024 11:33
Show Gist options
  • Select an option

  • Save GrahamcOfBorg/e5c79acc79bff68222f613b172514b0e to your computer and use it in GitHub Desktop.

Select an option

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
@alexacarol2238-star

Copy link
Copy Markdown

Lightroom APK refers to the Android installation package of Adobe Lightroom, one of the world’s most popular photo-editing apps. Lightroom is widely used by photographers, content creators, and social media users because it offers professional-grade editing tools in a simple, mobile-friendly interface. Visit Website

@alexacarol2238-star

Copy link
Copy Markdown

Loklok MOD APK offers an impressive streaming experience with its vast content selection, smooth interface, and high-quality playback. It combines movies, series, and anime into one convenient application, making it a favorite among entertainment enthusiasts. However, users should always be careful when downloading APK files and prioritize device safety and ethical streaming practices.

@alexacarol2238-star

Copy link
Copy Markdown

DramaBox APK is a popular streaming application that specializes in Asian dramas, including Korean, Chinese, Japanese, and Taiwanese series. With its extensive content library and user-friendly interface, DramaBox has become a favorite for fans of international dramas who want to watch their favorite shows on mobile devices without paying for multiple subscriptions. Check Website

@alexacarol2238-star

Copy link
Copy Markdown

Clash Royale is one of the most popular real-time strategy games available on mobile platforms. Developed by Supercell, the game combines elements of collectible card games, tower defense, and multiplayer online battle arenas (MOBA). Since its release, Clash Royale has captivated millions of players worldwide with its fast-paced gameplay, strategic depth, and competitive ladder system. Visit site

@alexacarol2238-star

Copy link
Copy Markdown

Lulubox Pro APK Download is a mobile application designed for gamers who want to enhance their gaming experience. It functions as a game plugin and booster platform, offering features like unlocking premium skins, improving performance, and providing tools to manage multiple games from a single interface. Lulubox has gained popularity among Android users who want more control over their favorite games without relying solely on in-game purchases.

@alexacarol2238-star

Copy link
Copy Markdown

In today’s digital world, online quran lessons for kids have become an essential tool for parents who want their children to learn the Quran in a flexible, safe, and engaging environment. With the rise of e-learning platforms, children can now study Quranic recitation, Tajweed (pronunciation rules), memorization, and Islamic studies from the comfort of their home.

@faceitfinder1

Copy link
Copy Markdown

If you want to monitor your CS2 performance more accurately and see real improvement over time, you should try this tracker. It gives clear daily stats and helps you understand your gameplay better.

@alexacarol2238-star

Copy link
Copy Markdown

https://timhortonsmenu.co.uk/is one of the most iconic and beloved restaurant chains in Canada, known for its warm atmosphere, fresh coffee, and comforting food options. Over the years, the Tim Hortons menu has expanded into a diverse collection of beverages, baked goods, breakfast items, and hearty meals that satisfy customers of all ages.

@laabissabdel83

Copy link
Copy Markdown

Leitfaden: IPTV Player Windows installieren
Willkommen zum umfassenden Leitfaden zur Installation und Einstellung von IPTV Player Windows. Dieser Artikel hilft dir, IPTV Player für Windows zu wählen und zu installieren. Du lernst, wie du Streaminhalte über deinen Windows-PC genießen kannst.

Die Anleitungen sind für Anfänger und erfahrene Benutzer geeignet. So kannst du ohne technische Hürden Spaß haben.

@laabissabdel83

Copy link
Copy Markdown

Einfacher Leitfaden: Net IPTV für zuhause einrichten
Willkommen zum Einführungsguide für Net IPTV. Hier lernen Sie, wie Sie es einfach zu Hause einrichten. Net IPTV ist eine moderne Alternative zum Fernsehen. Es bietet tausende Kanäle und individuelle Streamingmöglichkeiten.

@laabissabdel83

laabissabdel83 commented Nov 26, 2025

Copy link
Copy Markdown

IPTV kaufe : Eine einfache Anleitung für Anfänger
Suchen Sie eine bessere Möglichkeit, fernsehen zu genießen? Dann ist IPTV eine tolle Wahl. Sie können viele Sender und Inhalte sehen, ohne traditionelles Fernsehen zu brauchen. IPTV-Systeme zu kaufen ist einfach und bringt viele Vorteile. Zum Beispiel können Sie mit einem iptv code kaufen viele Inhalte bekommen.

@laabissabdel83

Copy link
Copy Markdown

Der ultimative Leitfaden: IPTV Box kaufen leicht gemacht
Suchen Sie eine einfache Lösung für Streaming? Eine IPTV Box Kaufen ist eine gute Wahl. Sie bieten viele Inhalte und sind oft günstiger als herkömmliches Fernsehen. Achten Sie auf wichtige Punkte, um die beste IPTV Box Kaufen zu finden.

@laabissabdel83

Copy link
Copy Markdown

So kaufen Sie einen Sky Q IPTV Box Kaufen in Deutschland
Der Kauf einer Sky Q IPTV Box ist eine tolle Wahl. Es gibt viele Anbieter, die diese Boxen verkaufen. Der Kaufprozess ist einfach, wenn Sie eine suchen.

Durch den Kauf eines iptv code kaufen bekommen Sie Zugang zu vielen Sendern. So haben Sie viel zu sehen.

@laabissabdel83

Copy link
Copy Markdown

Bester Anbieter IPTV in Deutschland: Wie Sie den perfekten Dienst finden
Die Suche nach dem richtigen anbieter iptv in Deutschland ist schwierig. Es gibt viele Dienste. Wissen Sie, was wichtig ist, um den besten welcher iptv anbieter ist der beste zu finden.

@laabissabdel83

Copy link
Copy Markdown

IPTV kaufen in Deutschland: Alles, was Sie wissen müssen
Der Kauf von IPTV kaufen in Deutschland kann schwierig sein. Besonders wenn man nicht weiß, wo man anfangen soll. Wenn Sie ein besseres Fernseherlebnis wollen, ist IPTV eine gute Wahl. Es ist wichtig, alles zu bedenken, um das beste Angebot zu finden.

@hunnajoseph

Copy link
Copy Markdown

Setting up a new company becomes much easier with professional support. SimplySolved, as a business setup services provides complete guidance on licensing, documentation, and legal requirements to help you establish your business smoothly and efficiently.

@alexacarol2238-star

Copy link
Copy Markdown

https://planetfitness-membership.com/planet-fitness-family-plan/ is one of the largest gym chains in the world, known for its affordable memberships and beginner-friendly environment. Founded in 1992 in New Hampshire, USA, the chain has expanded globally, offering thousands of clubs to millions of members. Its trademark “Judgement Free Zone®” emphasizes creating a welcoming, non-intimidating environment for people of all fitness levels.

@angrace789

Copy link
Copy Markdown

Avatar World APK is easy to install and play, providing access to all the official features, updates, and events while keeping your account safe.

@alexacarol2238-star

Copy link
Copy Markdown

photoroom premium apk is a popular photo editing app known for its AI-powered background removal, professional editing tools, and easy-to-use interface. It allows users to create clean, high-quality images for social media, e-commerce, or personal projects. Because of its premium features, some users search for a Photoroom Mod APK, an unofficial version claiming to unlock all paid tools for free. While this may seem tempting, it carries significant risks that every user should understand.

@davidkery765-sudo

Copy link
Copy Markdown

Nice discussion! If you enjoy open-world superhero gameplay, you should definitely try this apk , it offers great action, smooth controls, and fun missions just like Rope Hero Mod APK.

@angrace789

Copy link
Copy Markdown

To x111 download, visit the official platform where the game is available. After selecting the download option, install the file on your device. Once the setup is complete, you can enjoy the smooth gameplay, missions, and exciting features of X111.

@laabissabdel83

Copy link
Copy Markdown

IPTV alle Sender - Einfach Anleitung zum Einrichten

Das Einrichten von IPTV alle Sender ist einfach, wenn man die richtigen Schritte kennt. IPTV, oder Internet Protocol Television, lässt Sie Ihre Lieblingssender über das Internet streamen.

@alexacarol2238-star

Copy link
Copy Markdown

Artificial Intelligence best ai music websitehas transformed the music world, making it possible for anyone—beginners, hobbyists, or professional creators—to produce high-quality music without traditional skills or expensive studio tools. AI music websites offer composition, mixing, voice generation, mastering, and even full song creation with just a few inputs.

@alexacarol2238-star

Copy link
Copy Markdown

Dubai Visa has become one of the world’s most popular destinations for tourism, business, work, and long-term residence. Its modern lifestyle, luxury attractions, career opportunities, and safety make it a top choice for travelers. To enter Dubai, most visitors need a valid visa—unless they are eligible for visa-free entry or visa on arrival.

@alexacarol2238-star

Copy link
Copy Markdown

When your vehicle breaks down unexpectedly, the last thing you want is to feel stranded on the road. That’s where tow Truck Melbourne come in—offering quick, dependable, and cost-effective solutions for drivers in need. Whether your car has stalled, been in an accident, or simply refuses to start, Melbourne’s towing companies provide 24/7 support to get you moving again.

@alexacarol2238-star

Copy link
Copy Markdown

Searching for a tow truck near me in Melbourne ensures you get fast, professional, and reliable vehicle assistance whenever trouble strikes. From emergency breakdowns to accident recovery and luxury car transport, local towing services provide peace of mind and efficient solutions across the city.

@alexacarol2238-star

Copy link
Copy Markdown

Towing a trailer, caravan, or heavy load requires careful planning to ensure safety and compliance with vehicle limits. Whether you’re a weekend adventurer, a small business owner, or planning a road trip, using a towing calculator can help you determine if your vehicle can safely handle the load. This guide explains what a towing calculator is, how it works, and why it’s essential for safe towing.

@alexacarol2238-star

Copy link
Copy Markdown

A swimming calculator is an indispensable tool for anyone serious about improving in the water. Whether you are a beginner aiming to track progress or an advanced athlete preparing for competition, it provides valuable metrics for pacing, distance, calories, and overall performance. By incorporating a swimming calculator into your routine, you can train smarter, improve faster, and enjoy safer, more efficient swimming sessions.

@ouaalrachid-dot

Copy link
Copy Markdown

Entdecken Sie die neue Generation der Unterhaltung mit unserem Premium IPTV kaufen, das Ihnen ein einzigartiges, flüssiges und grenzenloses Fernseherlebnis bietet. Dank unseres hochmodernen Dienstes haben Sie sofortigen Zugriff auf mehr als 20.000 internationale TV-Sender aus allen Kontinenten und Kategorien: Sport, Kino, Serien, Dokumentationen, Jugend, Musik, Nachrichten und vieles mehr.

@ouaalrachid-dot

Copy link
Copy Markdown

L’abonnement IPTV pas cher est compatible avec tous les appareils : Smart TV (Samsung, LG, Android TV), boîtiers Android Box, Fire Stick TV, smartphones, tablettes, PC ou encore Mac. En quelques minutes, vous pouvez installer et activer votre service grâce à un guide simple et rapide, même sans connaissances techniques.

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