add pipe-operator nix feature
All checks were successful
Test action / Print hello world (push) Successful in 1s
All checks were successful
Test action / Print hello world (push) Successful in 1s
This commit is contained in:
parent
a91afd3b0a
commit
b8b8e015c5
1 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@ in
|
|||
nix = {
|
||||
package = pkgs.nixVersions.latest;
|
||||
|
||||
extraOptions = "experimental-features = nix-command flakes";
|
||||
extraOptions = "experimental-features = nix-command flakes pipe-operator";
|
||||
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
experimental-features = [ "nix-command" "flakes" "pipe-operator" ];
|
||||
allowed-users = [ "@wheel" ];
|
||||
trusted-users = [ "@wheel" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue