1
0
Fork 0
forked from dea/dea-files

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

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