Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Installing Nix or Guix without root permissions?

You can try it installing nix using PRoot. Or you can build for your custom prefix:

NIX_STORE_DIR=/opt/custom/store \
NIX_STATE_DIR=/opt/custom/var/nix \
NIX_DB_DIR=/opt/custom/var/nix/db \
    nix-build ...

Tags:

Nix

Not Root User

Guix

Related

Ask for a password in POSIX-compliant shell? Mount with sshfs and write file permissions Kali Linux: from light to full distro Allow owner to create & read files, but not modify or delete Bash cannot act as nobody and nogroup? Print man pages with fixed width bash dynamic (variable) variable names Linux Debian codenames How to corrupt an archive file in a controlled way? read only TMOUT variable – workaround to disable automatically exit shell when there is no activity How to fix intermittant "No space left on device" errors during mv when device has plenty of space? How to add line numbers in every line using shell command?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy