feat(nix): enable experimental pipe-operators
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 33s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 33s
This commit is contained in:
parent
db641bb6b5
commit
71d4d32418
@ -3,6 +3,7 @@
|
||||
nix = {
|
||||
settings = {
|
||||
experimental-features = [
|
||||
"pipe-operators"
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
@ -15,4 +16,4 @@
|
||||
dates = "daily";
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
@ -31,6 +31,7 @@ let
|
||||
];
|
||||
# allow using the new flake commands in our workflows
|
||||
experimental-features = [
|
||||
"pipe-operators"
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
|
@ -7,6 +7,7 @@
|
||||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
settings = {
|
||||
experimental-features = [
|
||||
"pipe-operators"
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
@ -28,4 +29,4 @@
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
@ -7,6 +7,7 @@
|
||||
};
|
||||
settings = {
|
||||
experimental-features = [
|
||||
"pipe-operators"
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user