Domen Kožar
Domen Kožar
Nixpkgs uses hardening flags by default, you should be able to turn them off. We should probaby add this to our tips&tricks docs
Running `npm config set prefix /` should fix it.
@mahmoudajawad why do you need to globally install something?
It's to install the tooling locally and export PATH to make it available within the shell.
This issue is fixed and yes, you can reference other derivations just like in Nix.
Alright then let's get it in, as long as it errors out with a clear message that macOS isn't supported and what are the alternatives.
Would be cool to turn that into a module so you can do: ```nix { fhs.myfhs.packages = [ ... ]; } ``` And then ```shell-session $ devenv shell - myfhs...
This was fixed in 8961af6c1
do you have write permissions to $XDG_DATA_HOME?
We'll need help diagnosing under which conditions this happens, most likely something with the path and permissions mismatch.