mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 16:31:56 -05:00
fixed typo in README
This commit is contained in:
parent
1e46f4d18c
commit
ab4605391d
|
@ -20,7 +20,7 @@
|
|||
> Each hardware-configuration is host-specific. If you fork this repository, replace them with the hardware-configuration.nix that NixOS generates for you.
|
||||
|
||||
### Enabling Flakes
|
||||
While widely used and considered stable, [flakes](https://nixos.wiki/wiki/Flakes) are still considered eperimental. To enable Flakes, add the following lines to your `configuration.nix` and rebuild.
|
||||
While widely used and considered stable, [flakes](https://nixos.wiki/wiki/Flakes) are still considered experimental. To enable Flakes, add the following lines to your `configuration.nix` and rebuild.
|
||||
```nix
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue