Replies: 2 comments 3 replies
-
Can you use If you do want to globally install packages, you might be able to set a different global (I recall there was some problem a couple years ago building native binaries on NixOS because the jpm derivation was just configured to expect it to be installed to the same root directory as janet... but maybe this is fixed now.) |
Beta Was this translation helpful? Give feedback.
2 replies
-
Possibly of interest is this comment. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
NixOS newbie here!
I installed janet and jpm by declaring them in
environment.systemPackages
, but when I trysudo jpm install spork
I'm informed that the Nix Store is read-only (same error withoutsudo
, too). I know that is the way of NixOS and appreciate it as a good thing, but it does complicate the task at hand.For those using NixOS, how do you work around this? One thing I'm considering is building from source and running it from
~/.local/bin
. I already haveenvironment.localBinInPath = true;
set.Beta Was this translation helpful? Give feedback.
All reactions