Hamish Mackenzie

Results 179 comments of Hamish Mackenzie

Should we drop `cabalProject` and rename `cabalProject'` to `cabalProject`?

I presume that we want to avoid even building the test (since the tests are not run unless we explicitly ask for them to be run). Try: ``` modules =...

Try: ``` modules = [{ packages.myproj.components.tests.test.buildable = pkgs.lib.mkForce false; }]; ```

> Is this a good idea? The gain I was hoping to get here was reducing the amount of strings concatenation and the overall size of the strings in the...