Skip to content
Snippets Groups Projects
Tom Prince's avatar
Tom Prince authored
If `nix-shell` is run interactively on NixOS, in way that has loaded
`/etc/profile` (for example `docker exec <container> nix-shell`), then
`/etc/profile` will be sourced in the shell that nix-shell starts. That
overwrites the `NIX_PATH` set by `shell.nix`.

If we instead set `NIX_PATH` in the the `shellHook`, that always takes
precedence.
65fd0080
History

Project Hosting Moved

This project can now be found at https://whetstone.privatestorage.io/opensource/PrivateStorageio

PrivateStorageio

The backend for a private, secure, and end-to-end encrypted storage solution.

Documentation

There is documentation for:

  • Operators/Admins: docs/ops/README.rst
  • Developers: docs/dev/README.rst

The documentation can be built using this command:

$ nix-build docs.nix

The documentation is also built on and published by CI.