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
@laabissabdel83

Copy link
Copy Markdown

IPTV Player Windows: Einfache Anleitung zum Einrichten
IPTV für Deutsche: IPTV German Einfacher Leitfaden zum Einrichten
IPTV Hotspot: Entdecke die Welt des Streaming-Vergnügens
Germany IPTV – Wie Sie mit IPTV in Deutschland fernsehen können
Anleitung: Sky Sky Q IPTV Box einrichten in Deutschland
Smarters IPTV: Dein Leitfaden für einfache Einrichtung
Einfache Schritte zum Einrichten von alb kanal iptv
Best IPTV – Die besten IPTV-Anbieter für Deutschland
Der ultimative IPTV Anbieter Vergleich für Deutschland

@laabissabdel83

laabissabdel83 commented Dec 10, 2025

Copy link
Copy Markdown

Jetzt IPTV kaufen und über 60.000 Live-TV Sender weltweit in HD & 4K genießen – inklusive Sport, Filme, Serien und mehr. Stabil, schnell & ko...
https://iptvkaufenm3u.de/iptv-kaufe

@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
https://iptvkaufenm3u.de/net-iptv/
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

Copy link
Copy Markdown

@laabissabdel83

Copy link
Copy Markdown

@inatboxapkindirdl

Copy link
Copy Markdown

Inat Box Apk İndir, Türkiye’de son dönemde en çok aranan mobil uygulamalardan biri haline geldi. Tek bir platform üzerinden dizi, film, canlı TV ve daha birçok içeriğe ulaşmak isteyen kullanıcılar için pratik ve hızlı bir çözüm sunması, uygulamayı bu kadar popüler kılıyor. Basit arayüzü, düşük boyutu ve geniş içerik seçenekleri sayesinde, özellikle mobil cihazlarından kesintisiz eğlence arayanların ilk tercihlerinden biri olarak öne çıkıyor. Eğer İnternet kotasını zorlamayan, kolay kurulan ve rahat kullanılan bir uygulama arıyorsanız, Inat Box Apk sizin beklentilerinize doğrudan hitap eden seçeneklerin başında geliyor.

@laabissabdel83

Copy link
Copy Markdown

Sky Sky Q IPTV Box: Einfache Anleitung zum Einrichten

@laabissabdel83

Copy link
Copy Markdown

IPTV Hotspot: Entdecke die Welt des IPTV in Deutschland

@jackseo5679-sudo

Copy link
Copy Markdown

1JJ Game Download has quickly gained popularity as a leading platform for digital gaming enthusiasts. Designed to cater to both casual users and dedicated gamers, it offers a seamless combination of usability,

@alexacarol2238-star

Copy link
Copy Markdown

The 3RR Game is an online gaming app that has rapidly become popular in Pakistan and other regions due to its combination of entertainment and real-money earning opportunities. It blends elements of casino games, card games, and slot mechanics into one platform that players can access on their mobile devices.

@henrykarter50-oss

Copy link
Copy Markdown

The P999 game download is a popular online gaming platform that offers players a seamless and engaging experience. Designed with both entertainment and real‑money opportunities in mind, this platform appeals

@jackseo5679-sudo

Copy link
Copy Markdown

In today’s fast-growing digital world, online gaming has become one of the most popular forms of entertainment. Millions of players are constantly seeking platforms that offer a seamless, engaging, and reliable gaming experience. Among these platforms, 92 Pkr has emerged as a standout choice, known for its

@laabissabdel83

Copy link
Copy Markdown

 IPTV German Deutsche: Einfache Anleitung zum Einrichten
https://iptvde.tv/iptv-german/

@laabissabdel83

Copy link
Copy Markdown

Wie Sie mit albkanale iptv fernsehen können
iptvde.tv/albkanale-iptv

@laabissabdel83

Copy link
Copy Markdown

SmartiPTV für Zuhause: Alles, was Sie wissen müssen

@alexacarol2238-star

Copy link
Copy Markdown

Golo789 Game is a mobile gaming and real‑money earning app that’s especially popular in Pakistan. It blends casino‑style games, prediction challenges, card games, lotteries, and other mini‑games into one platform where users can play and potentially win real cash

@laabissabdel83

Copy link
Copy Markdown

Smarters IPTV: Einfache Anleitung zum Einrichten

@laabissabdel83

Copy link
Copy Markdown

IPTV Playlist erstellen: Einfache Anleitung für Anfänger

@alexacarol2238-star

Copy link
Copy Markdown

The Jenny Mod download is a popular fan-made modification for Minecraft that adds a new interactive character named Jenny into the game. This mod is well known among Minecraft players for introducing custom NPC interactions, unique gameplay elements, and additional characters that expand the traditional Minecraft experience.

@alexacarol2238-star

Copy link
Copy Markdown

YouCine TV is a popular streaming application that allows users to watch a wide range of entertainment content, including movies, TV series, anime, cartoons, and live sports, on various devices without needing expensive subscriptions. It provides a cinematic experience for smartphones, smart TVs, TV boxes, and computers.

@alexacarol2238-star

Copy link
Copy Markdown

777AD Game is a mobile gaming platform that has become popular in Pakistan and some South Asian regions by combining casino‑style gameplay with the chance to earn real money. It’s designed as a mobile app (APK) that players download to their Android devices since it isn’t typically available on app stores.

@laabissabdel83

Copy link
Copy Markdown

Einfache Anleitung: Hakuna IPTV für Anfänger einrichten
https://iptvde.tv/hakuna-iptv/

@alexacarol2238-star

Copy link
Copy Markdown

The Jenny Mod Minecraft is a fan‑made modification for Minecraft that introduces a highly interactive character named Jenny into the game. This mod is not part of the official Minecraft releases and is created by independent developers to change how the game feels and plays compared to the standard experience.

@alexacarol2238-star

Copy link
Copy Markdown

Z777 game is a gaming platform that combines casual gameplay, interactive rewards, and a mobile-friendly experience. Its variety of games and user engagement features make it appealing for players seeking entertainment and incentive-based gameplay. While it is fun and easy to use, users should approach the platform responsibly, keeping in mind the rules and risks associated with online gaming.

@laabissabdel83

Copy link
Copy Markdown

Smartiptv: Dein Leitfaden für Smart-TV-Genuss
IPTV Smarters: Einfache Anleitung zum Einrichten
IPTV ProviderFinden Sie den perfekten IPTV-Anbieter für Deutschland
Einfache Schritte zum Einrichten von IPTV Deutsch
Erleben Sie den ultimativen IPTV Player win: Unser Leitfaden für Sie
IPTV Abo: Wie Sie das Beste aus Ihrem Streaming-Erlebnis holen
Einfache Schritte zum Einrichten von Hakuna IPTV
TV IPTV Player: Einfache Anleitung zum Einrichten
Der ultimative IPTV Anbieter Vergleich für Deutschland

@laabissabdel83

Copy link
Copy Markdown

Best iptv​ - Die besten IPTV-Anbieter für Deutschland
Einfache Schritte zum Einrichten von alb kanal iptv
Smarters IPTV: Dein Leitfaden für einfache Einrichtung
Anleitung: Sky Sky Q IPTV Box einrichten in Deutschland
Germany IPTV - Wie Sie mit IPTV in Deutschland fernsehen können
IPTV Hotspot: Entdecke die Welt des Streaming-Vergnügens
IPTV für Deutsche: IPTV German Einfacher Leitfaden zum Einrichten
IPTV Player Windows : Einfache Anleitung zum Einrichten
Der beste IPTV Player für Ihre Unterhaltung
Smart IPTV einrichten: Einfache Anleitung für Anfänger

@alexacarol2238-star

Copy link
Copy Markdown

Go and check out golds bet — really fun!

@jackseo5679-sudo

Copy link
Copy Markdown

The Daulat777 Game has rapidly gained popularity among gaming enthusiasts who are looking for dynamic, engaging, and enjoyable digital entertainment. In today’s world of online and mobile gaming, players seek platforms that offer not only fun and excitement but also accessibility, variety, and rewarding gameplay.

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