Skip to content

Commit fe090a9

Browse files
committed
chore(docs): Add instructions for experimental features on install
1 parent bafff72 commit fe090a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,17 +239,17 @@ Then configure as you please and choose a command below depending on your disk i
239239
Installation via manual configuration:
240240

241241
```sh
242-
sudo nixos-install --flake <flakelocation>#<hostname> --root <mountpoint>
242+
sudo nixos-install --flake <flakelocation>#<hostname> --root <mountpoint> --option experimental-features "nix-command flakes pipe-operators"
243243
#example
244-
#nixos-install --flake ~/config#globi --root /mnt
244+
#nixos-install --flake ~/config#globi --root /mnt --option experimental-features "nix-command flakes pipe-operators"
245245
```
246246

247247
Installation via disko:
248248

249249
```sh
250-
sudo disko-install --flake <flakelocation>#<hostname> --disk <disk-name> <disk-device>
250+
sudo disko-install --flake <flakelocation>#<hostname> --disk <disk-name> <disk-device> --option experimental-features "nix-command flakes pipe-operators"
251251
#example
252-
#disko-install -- --flake ~/config#globi --disk main /dev/nvme0n1
252+
#disko-install -- --flake ~/config#globi --disk main /dev/nvme0n1 --option experimental-features "nix-command flakes pipe-operators"
253253
```
254254

255255
# Modules

0 commit comments

Comments
 (0)