1

System: Enable experimental |> operator

This commit is contained in:
2025-07-14 22:07:13 +02:00
parent 441f658a9f
commit a12bd6fff2

View File

@ -115,7 +115,7 @@ with mylib.networking; {
nix = {
package = pkgs.nixVersions.stable;
extraOptions = ''
experimental-features = nix-command flakes
experimental-features = nix-command flakes pipe-operators
'';
settings.trusted-users = ["root" "${username}"];