We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3c9047 + 9c41bec commit 30802e4Copy full SHA for 30802e4
README.md
@@ -17,6 +17,9 @@ nix = {
17
```nix
18
nix.settings.experimental-features = [ "nix-command" "flakes" ];
19
```
20
+> [!NOTE]
21
+> Ensure you run the respective rebuild command after making these changes for them to take effect!
22
+
23
* Finally, if you just want to enable it on a command-by-command basis append `--experimental-features 'nix-command flakes'` to every command
24
25
#### Building and running the program 👷
0 commit comments