Closed romildo closed 2 years ago
Thanks for the work. I'm merging it into my 1.6.3 branch now which will be the next released version. The branch for 1.6.3 has just been forked off of Master, and nothing else should be going into master until that branch is merged back in for release.
NixOS is a linux distribution built with the Nix package manager.
A consequence of this design is that each package is installed in its own subdirectory under
/nix/store
, not following FHS.The NixOS specific code for Lumina in this PR indirectly indicates particular tools by enclosing a bash variable name between
@
, and the package script would replace this variable by the actual path to the tool, known at building time.