mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 17:46:14 +01:00
nix
: add pipe-operators
experimental feature
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
540a7696b7
commit
0c13870fdb
|
@ -24,6 +24,6 @@ in {
|
|||
trusted-public-keys = [
|
||||
"redalder-nix-cache-1:8t4zBJWgVtrfAOJ45iNHEqA/dDFV47Sr1sGa8ME9ru0="
|
||||
];
|
||||
experimental-features = ["flakes" "nix-command" "ca-derivations" "recursive-nix" "dynamic-derivations"];
|
||||
experimental-features = ["flakes" "nix-command" "ca-derivations" "recursive-nix" "dynamic-derivations" "pipe-operators"];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue