hopefully allows for builds without pipe-operators enabled
This commit is contained in:
parent
84a37b7026
commit
c51de6bad8
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@
|
||||||
inputs.home-manager.follows = "home-manager";
|
inputs.home-manager.follows = "home-manager";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixConfig = {
|
||||||
|
extra-experimental-features = "pipe-operators";
|
||||||
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
inputs@{ self, nixpkgs, nixcats, ... }:
|
inputs@{ self, nixpkgs, nixcats, ... }:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue