Sridhar Ratnakumar
Sridhar Ratnakumar
> You can unzip this to the install directory to enable it. What's the install directory?
This eliminated the first error, but the "Stopped due to error" is still present.  You can reproduce this using `cd example; fsw example.fsx` in the repo I linked above...
I actually originally installed it by using net5.0 in global.json. Can't really get it to work.
Great, there is some progress. I don't see the aforementioned error anymore, but `fsw` (unlike `dotnet fsi` which succeeds) fails to resolve some dependencies: 
> Holly crap! When did reflex get documentation?!?! https://news.ycombinator.com/item?id=16800643
> I pushed PR #27 which adds `nuenv.writeShellApplication`. Great! I'll see if I can use that to replace this: https://github.com/srid/nixos-flake/blob/cab6539d198792f94fbac029e5a63523604fd172/nix/nu.nix#L4-L7
I currently require the user to manually import all the dependencies, in https://github.com/Platonic-Systems/mission-control for example --- But I guess what we probably want is some sort of module dependency system.
I just had an use-case for granular auto-wiring: https://github.com/srid/haskell-flake/issues/142
Another: https://github.com/Platonic-Systems/process-compose-flake/issues/27
Another: https://github.com/juspay/rust-flake/pull/13