Open ParetoOptimalDev opened 1 year ago
Hm, this sounds strange. I'll have to look into it further and test. The expected behavior is that you need to have :tangle yes
in the argument list for the block to be tangled, so what's weird here is that the block gets tangled if you omit arguments. We don't currently parse the noweb
-family of arguments.
This is low priority imo, not blocking me, and something I may or may not need in the future. Mostly this is for tracking purposes, feel free to close unless someone else cares.
I had to do:
This is fine for now given I'm only using
emacsWithPackagesFromUsePackage
. In the future I'll probably make a version that works with and without nix though.