mirror of
https://github.com/logos-storage/logos-storage-app-skeleton.git
synced 2026-06-14 04:19:25 +00:00
add readme instructions for global experimental flags
This commit is contained in:
parent
e575f494e9
commit
e6ffe7696b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user