System: Enable experimental |> operator
This commit is contained in:
@ -115,7 +115,7 @@ with mylib.networking; {
|
|||||||
nix = {
|
nix = {
|
||||||
package = pkgs.nixVersions.stable;
|
package = pkgs.nixVersions.stable;
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes pipe-operators
|
||||||
'';
|
'';
|
||||||
|
|
||||||
settings.trusted-users = ["root" "${username}"];
|
settings.trusted-users = ["root" "${username}"];
|
||||||
|
Reference in New Issue
Block a user