diff --git a/README.md b/README.md index de71c4c..cb04452 100644 --- a/README.md +++ b/README.md @@ -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