mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-22 04:01:27 +00:00
docs: Add a note about how to use experimental nix features
This commit is contained in:
parent
a0eb5d572f
commit
e588bef597
|
@ -54,6 +54,12 @@ tests/test_rest_endpoints/services/test_ssh.py .....................
|
|||
============================== 692 passed in 352.76s (0:05:52) ===============================
|
||||
```
|
||||
|
||||
If you don't have experimental flakes enabled, you can use the following command:
|
||||
|
||||
```console
|
||||
nix --extra-experimental-features nix-command --extra-experimental-features flakes develop
|
||||
```
|
||||
|
||||
## dependencies and dependant modules
|
||||
|
||||
Current flake inherits nixpkgs from NixOS configuration flake. So there is no need to refer to extra nixpkgs dependency if you want to be aligned with exact NixOS configuration.
|
||||
|
|
Loading…
Reference in a new issue