From e588bef59798acd2c79c2d2cd0c2991f6258fa9f Mon Sep 17 00:00:00 2001 From: Inex Code Date: Wed, 10 Jan 2024 17:17:36 +0300 Subject: [PATCH] docs: Add a note about how to use experimental nix features --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 01ffd88..cf87eeb 100644 --- a/README.md +++ b/README.md @@ -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.