This commit is contained in:
Chris Kruining 2025-09-04 10:38:46 +02:00
parent 863956c38b
commit e048ada01f
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -15,10 +15,10 @@ in
nix = {
package = pkgs.nixVersions.latest;
extraOptions = "experimental-features = nix-command flakes pipe-operator";
extraOptions = "experimental-features = nix-command flakes pipe-operators";
settings = {
experimental-features = [ "nix-command" "flakes" "pipe-operator" ];
experimental-features = [ "nix-command" "flakes" "pipe-operators" ];
allowed-users = [ "@wheel" ];
trusted-users = [ "@wheel" ];