All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Experiencing Derivation Issues with Nix Package Management for Ruby

By

birdculture

7mo ago· 5 min readenInsight

Summary

The author shares a personal experience with Nix package management where they encountered a perplexing issue trying to access the derivation file for the Ruby interpreter. Despite having Ruby installed, the specific derivation file was missing from their machine, and attempts to download it from the NixOS cache also failed. The article reflects on how even experienced Nix users can be surprised by foundational aspects of the package system.

Key quotes

· 5 pulled
I've written a bit about Nix and I still face moments where foundational aspects of the package system confounds and surprises me.
Recently I hit an issue that stumped me as it break some basic comprehension I had on how Nix works.
I have Ruby but I don't seem to have the derivation, 24v9wpp393ib1gllip7ic13aycbi704g, file present on my machine.
I guess the NixOS cache doesn't seem to have it.
This was actually perplexing
Snippet from the RSS feed
I’ve written a bit about Nix and I still face moments where foundational aspects of the package system confounds and surprises me.

You might also wanna read