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

cc303011 commented Mar 8, 2025

When it comes to shipping your vehicle, Dallas, TX offers a range of options to suit your needs. Whether you're moving to a new city, purchasing a car from a distant seller, or transporting a classic car, reliable auto transport services are crucial. In this comprehensive guide, we’ll explore everything you need to know about auto transport in Dallas, TX, including the different types of services, factors that influence the cost, and how to choose the best company for your shipping needs. Auto transport refers to the professional service of moving vehicles from one location to another using specialized transport vehicles. It is an essential service for individuals, businesses, car dealerships, and anyone needing to ship a vehicle over a distance, whether short or long. Dallas, being a major metropolitan area, offers a wide array of auto transport services catering to all types of vehicles, from standard cars to luxury, classic, and oversized models.

@sheehdgsvs
Copy link

The pursuit of an ideal body shape has always been a significant aspect of modern beauty standards. With many people turning to various fitness routines, dietary plans, and cosmetic treatments to enhance their figure, there's now a revolutionary solution that promises to transform your body effortlessly – the Sculpt Touch Waist Trainer for Weight Loss. In this article, we’ll explore how this next-generation body shaping tool works, its benefits, and why it’s quickly becoming a must-have for anyone seeking an instant hourglass curve. The Sculpt Touch Waist Trainer for weight loss is an advanced body-shaping garment designed to help individuals achieve a slimmer waistline and a more defined hourglass figure. Unlike traditional waist trainers, this product utilizes a unique combination of compression technology, heat therapy, and ergonomic design to target fat areas and promote a more sculpted appearance.

@gyff55343sd
Copy link

The Tesla Model 3 Highland is a remarkable vehicle, combining cutting-edge technology with sleek design and impressive performance. As a Tesla owner, you likely want to make your Model 3 even more personalized, comfortable, and functional. A particular Tesla Model 3 Highland Accessories can do just that, offering stylish and practical upgrades that enhance both the look and feel of your car. Whether you’re looking for luxury touches, added convenience, or better protection, there’s an accessory for every need. Investing in high-quality accessories for your Tesla Model 3 Highland not only improves the aesthetics of your car but also increases its functionality and durability. Accessories can help protect your vehicle, enhance its interior comfort, improve driving performance, and give it a unique touch that stands out on the road.

@gyff55343sd
Copy link

When it comes to maintaining and improving your home, the need for a reliable handyman service in Virginia Beach is undeniable. Whether you require home repairs, routine maintenance, or a complete home improvement project, hiring a trusted professional can save you time, money, and ensure the job is done to the highest standards. At us, we pride ourselves on offering expert handyman virginia beach services designed to meet all your home repair needs, from minor fixes to complex renovations. Reliability and Experience. Our team consists of skilled professionals with years of hands-on experience in the industry. When you hire us, you’re choosing a service provider that has an in-depth understanding of home repair and maintenance. From fixing leaks to installing fixtures and everything in between, we ensure that your home gets the care it deserves. Our reliable handyman services are available when you need them most, offering flexible scheduling and rapid response times.

@sshsj731
Copy link

L'un des services phares proposés par OFTI est celui de l'interprète arabe. Avec l'importance croissante des échanges commerciaux et culturels entre la France et les pays arabophones, la demande pour des interprètes professionnels maîtrisant l'arabe est en constante augmentation. OFTI met à votre disposition des interprètes arabes qualifiés, capables de travailler dans divers contextes : réunions d'affaires, conférences, négociations commerciales, ou même des situations plus sensibles comme les entretiens médicaux ou juridiques. Ces interprètes ne se contentent pas de traduire les mots ; ils transmettent également les nuances culturelles et les subtilités linguistiques, garantissant ainsi une communication fluide et efficace.

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

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