Merge pull request #5 from logos-co/docs/add-global-nix-experimental-features

docs: add readme instructions for global experimental flags
This commit is contained in:
Arnaud 2026-02-03 21:22:23 +04:00 committed by GitHub
commit 089aa7ecf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,6 +42,11 @@ If you don't have flakes enabled globally, add experimental flags:
nix build --extra-experimental-features 'nix-command flakes'
```
To enable globally so you don't need these flag for each command, add the following to `~/.config/nix/nix.conf` (create if it doesn't exist):
```ini
experimental-features = nix-command flakes
```
The compiled artifacts can be found at `result/`
#### SELinux