←back to thread

Nix Derivation Madness

(fzakaria.com)
184 points birdculture | 2 comments | | HN request time: 0.02s | source
Show context
beardsciences ◴[] No.45772979[source]
If I understand this correctly, upcoming Ca-derivations will fix this by making these situations expected, properly-handled cases rather than a weird bug? https://nixos.wiki/wiki/Ca-derivations
replies(3): >>45773374 #>>45773430 #>>45773561 #
1. setheron ◴[] No.45773374[source]
ca-derivations from what i understand, fixed-output derivations but more general.

The point of the article to me (author) was that i found it odd that Nix replaces the derivations when calculating the output path but not the derivation path. (talking about "paths" in Nix is so hard!)

replies(1): >>45773691 #
2. beardsciences ◴[] No.45773691[source]
That makes sense, thanks for clarifying. Great writeup.