mirror of
https://github.com/SebastianStork/nixos-installer.git
synced 2026-01-21 13:21:35 +01:00
Enable experimental-features pipe-operators
This commit is contained in:
parent
f634b5cc2c
commit
a184ad5219
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@
|
|||
{
|
||||
imports = [ "${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix" ];
|
||||
|
||||
nix.settings.experimental-features = [ "pipe-operators" ];
|
||||
|
||||
networking.hostName = "installer";
|
||||
|
||||
formatAttr = "isoImage";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue