hopefully allows for builds without pipe-operators enabled

This commit is contained in:
Dea 2026-02-26 21:24:50 -05:00
parent 185e4bf1c4
commit ac95603fc4

View file

@ -14,6 +14,10 @@
inputs.home-manager.follows = "home-manager";
};
};
nixConfig = {
extra-experimental-features = "pipe-operators";
};
outputs =
inputs@{ self, nixpkgs, nixcats, ... }: