add pipe feature support for nix
This commit is contained in:
parent
80f72df094
commit
3bcd428c2b
1 changed files with 7 additions and 4 deletions
|
|
@ -32,10 +32,13 @@
|
|||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
auto-optimise-store = lib.mkDefault true;
|
||||
experimental-features = [
|
||||
experimental-features =
|
||||
[
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
]
|
||||
++ (lib.optional config.lix.enable "pipe-operator")
|
||||
++ (lib.optional (!config.lix.enable) "pipe-operators");
|
||||
warn-dirty = false;
|
||||
system-features = [
|
||||
"kvm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue