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

Hey everyone! Just wanted to give a shoutout to our vape carts store. 🌬️ Whether you're new to vaping or a seasoned pro, we've got you covered with a diverse selection of top-quality vape cartridges in all your favorite flavors. From fruity to dessert-inspired, our carts are perfect for satisfying your cravings on the go. Plus, our team is always here to answer any questions and provide personalized recommendations. Check us out and elevate your vaping experience today! 💨

@mehwishblogger
Copy link

mehwishblogger commented May 19, 2024

Yosion Machinery is a leading manufacturer of PET bottle blowing machines, offering a variety of models including fully automatic, semi-automatic, and manual machines. These pet bottle blowing machine manufacturer are suitable for producing bottles used in cosmetics, beverages, and chemical industries. With over 30 years of experience, Yosion Machinery provides complete production lines, including preform molds and injection systems, ensuring high efficiency and reliability. They cater to a global market, emphasizing quality and customer satisfaction. For more information

@mehwishblogger
Copy link

mehwishblogger commented May 20, 2024

At JK Mental Health in Kingston, Ontario, we offer a team of dedicated therapists and counselors committed to providing compassionate and effective mental health care. therapist kingston ontario Our professionals specialize in a wide range of services, including anxiety, depression, trauma, and relationship issues. Utilizing evidence-based therapies such as cognitive-behavioral therapy (CBT) and mindfulness techniques, we create personalized treatment plans tailored to each individual's needs. In a supportive and confidential environment, we aim to help you navigate life's challenges and achieve emotional well-being. Begin your journey to better mental health with JK Mental Health.

@mehwishblogger
Copy link

Looking for reliable HVAC services in San Diego? Visit AC Repair in San Diego. Our expert technicians provide top-notch heating, ventilation, and air conditioning solutions for both residential and commercial properties. hvac san diego From routine maintenance to emergency repairs, we ensure your systems run efficiently all year round. Trust us for prompt, professional, and affordable service. Whether you need AC installation, furnace repair, or air quality improvements, we've got you covered. Contact us today to schedule your service and experience the best HVAC care in San Diego!

@kunseom
Copy link

kunseom commented Jun 20, 2024

Discover the Limpio Maids difference! Our experts provide professional house cleaning services house cleaning near me that leave your home sparkling like new. Enjoy customized cleaning solutions and exceptional results that exceed your expectations.

@kunseom
Copy link

kunseom commented Jun 20, 2024

Gebäudereinigung in Göttingen mit Konzeptreinigung: Wir bieten professionelle Reinigungsdienstleistungen für Unternehmen Gebäudereinigung Göttingen, Büros und Privathaushalte in Göttingen und Umgebung an. Unser erfahrenes Team verwendet moderne Reinigungstechniken und umweltfreundliche Produkte, um höchste Sauberkeit und Hygiene zu gewährleisten. Von der Büroreinigung bis zur Grundreinigung bieten wir maßgeschneiderte Lösungen für Ihre Reinigungsbedürfnisse. Vertrauen Sie auf unsere Zuverlässigkeit und Qualität für ein sauberes und gesundes Arbeits- oder Wohnumfeld.

@kunseom
Copy link

kunseom commented Jun 23, 2024

Looking to boost your World of Warcraft experience? Check out WoW raid carries from LFCarry. Their professional team offers seamless raid carries, helping you conquer the most challenging dungeons and earn top-tier loot. wow raid carries Whether you're aiming to complete Mythic+ dungeons, defeat end-game bosses, or obtain rare achievements, LFCarry has you covered. Their services are fast, reliable, and secure, ensuring you get the best results without any hassle. Enhance your WoW gameplay today and reach new heights with LFCarry's expert raid carry services.

@kunseom
Copy link

kunseom commented Jul 22, 2024

Methali za Kiswahili na Tafsiri Zao na Maana" zinafundisha hekima na mafundisho ya kitamaduni. Baadhi ya methali maarufu ni kama "Asiyefunzwa na mamaye hufunzwa na ulimwengu," ina maana ya umuhimu wa malezi bora Proverbs in Swahili and their meanings. "Akili ni mali" inasisitiza umuhimu wa elimu. "Chema chajiuza, kibaya chajitembeza" inafundisha umuhimu wa vitendo vyema. Methali hizi zinahimiza hekima na busara katika maisha ya kila siku.

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