nixConfig pipe-operators

This commit is contained in:
Emile Clark-Boman 2026-02-09 09:37:05 +10:00
parent 295bbad396
commit f30ec5470d

View file

@ -13,6 +13,10 @@
}; };
}; };
nixConfig = {
extra-experimental-features = "pipe-operators";
};
outputs = { outputs = {
self, self,
systems, systems,