←back to thread

Nix Derivation Madness

(fzakaria.com)
184 points birdculture | 1 comments | | HN request time: 0s | source
Show context
amelius ◴[] No.45774752[source]
> The road to Nix enlightenment is no joke and full of dragons.

Nix was a great research project. Now is the time to rewrite it from the ground up.

replies(5): >>45774789 #>>45774922 #>>45775360 #>>45775376 #>>45776285 #
jbstack ◴[] No.45774922[source]
Well, there's Guix as an alternative if you want a similar concept but different implementation philosophy. For me the major disadvantage of Guix is lack of package availability compared to Nix.
replies(3): >>45774938 #>>45777192 #>>45791275 #
amelius ◴[] No.45774938[source]
Isn't there a way to transpile the scripts from Nix to Guix?
replies(4): >>45776335 #>>45776527 #>>45778708 #>>45778936 #
1. Y_Y ◴[] No.45776335{3}[source]
It's not to hard to translate manually, but since the dependency tree is massive it doesn't seem feasible to do wholesale.