Commit f790e9c0 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DOC/FIX] to install with nix flake experimental features

parent 925d7221
Pipeline #6102 failed with stages
in 6 minutes and 10 seconds
......@@ -52,6 +52,13 @@ $ nix-env --version
nix-env (Nix) 2.11.0
```
Enable de flake experimental feature :
```shell
mkdir ~/.config/nix
echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf
```
To build the frontend just execute the install script at the root at the project:
```shell
./install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment