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 = {
|
nix = {
|
||||||
settings = {
|
settings = {
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
|
"pipe-operators"
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
@ -15,4 +16,4 @@
|
|||||||
dates = "daily";
|
dates = "daily";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -31,6 +31,7 @@ let
|
|||||||
];
|
];
|
||||||
# allow using the new flake commands in our workflows
|
# allow using the new flake commands in our workflows
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
|
"pipe-operators"
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||||
settings = {
|
settings = {
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
|
"pipe-operators"
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
@ -28,4 +29,4 @@
|
|||||||
options = "--delete-older-than 7d";
|
options = "--delete-older-than 7d";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -7,6 +7,7 @@
|
|||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
|
"pipe-operators"
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user