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

@Jasonroys1
Copy link

STNR and Texas Retail Vapes join forces to elevate the vaping experience. STNR's cutting-edge vape technology and Texas Retail Vapes' broad distribution ensure top-quality products reach enthusiasts everywhere stnr. This partnership blends innovation with accessibility, providing a diverse range of premium vaping options. Whether you're after the latest devices or unique flavors, STNR and Texas Retail Vapes have you covered, delivering excellence and satisfaction with every vape.

@Jasonroys1
Copy link

JMBâtiment est une entreprise de peinture basée à Angers, spécialisée dans les travaux de peinture intérieure et extérieure. Avec une équipe d'artisans qualifiés entreprise de peinture Angers, JMBâtiment offre des services professionnels pour tous vos projets de rénovation et de décoration. Leur expertise garantit des finitions soignées et durables, adaptées à vos besoins. Faites confiance à JMBâtiment pour transformer vos espaces et apporter une nouvelle vie à votre intérieur et extérieur.

@Jasonroys1
Copy link

Fonnov Aluminium specializes in big and wide aluminum extrusions, catering to diverse industrial applications. With cutting-edge technology and strict quality control big and wide aluminum extrusions, Fonnov ensures precision and durability in every extrusion. Ideal for construction, transportation, and heavy machinery, these extrusions are customized to meet specific client needs. Fonnov's commitment to innovation and customer satisfaction makes them a trusted partner for high-performance, reliable aluminum extrusion solutions.

@Jasonroys1
Copy link

EGP Parties specializes in creating magical Long Island weddings that exceed expectations long island wedding. From exquisite venue selection to personalized decor and flawless coordination, we ensure every detail reflects your vision. Our experienced team works tirelessly to bring your dream wedding to life, from intimate ceremonies to grand celebrations. Trust EGP Parties to handle every aspect with professionalism and creativity, leaving you free to enjoy your special day to the fullest.

@Jasonroys1
Copy link

Improve your posture with GymYog's innovative posture corrector. Designed for all-day comfort Posture corrector, this corrector gently aligns your spine and shoulders, reducing pain and promoting better posture. Made from breathable materials, it's perfect for everyday wear, whether at work, home, or the gym. Enhance your confidence and well-being with GymYog's posture corrector, your go-to solution for a healthier, straighter back. Try it today and feel the difference!

@Jasonroys1
Copy link

Cytotec, cuyo principio activo es el misoprostol, es ampliamente utilizado en ginecología y obstetricia cytotec. En Guatemala, conocido como Cytotecenguate, se emplea para la interrupción del embarazo y la inducción del parto. Es crucial usarlo bajo supervisión médica para evitar efectos secundarios graves como hemorragias, náuseas y dolor abdominal. El uso responsable de Cytotec asegura mejores resultados y reduce riesgos para la salud de la paciente.

@Jasonroys1
Copy link

Explore rewarding Home Depot careers with CVGorilla! We offer a wide range of job opportunities at Home Depot locations near you. From customer service roles to management positions home depot careers, we connect talented individuals with fulfilling careers. Take advantage of our platform to find and apply for Home Depot jobs that match your skills and interests. Start your journey towards a successful career with CVGorilla today!

@Jasonroys1
Copy link

Discover the perfect wedding video package with ReelBoys! Our tailored offerings combine artistry and technology to capture your big day in exquisite detail wedding video packages. From intimate ceremonies to grand celebrations, our videographers ensure every moment is beautifully preserved. Choose from our range of packages, including highlights, full-day coverage, drone footage, and more. Let ReelBoys turn your wedding memories into a cinematic masterpiece that you'll treasure for a lifetime.

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