| 8 Aug 2025 |
oatmealraisin | No, I don't really know how passthru works. Right now I'm doing dotnet restore <csproj> --packages out; nuget-to-json out > deps.json | 21:35:01 |
oatmealraisin | Actually, I just read up on it and I'm getting this error upon runnin result, mv: cannot create regular file '/nix/store/79w8gxjdfwahlzy79zxyzhsp0nrls06j-source/deps.nix': Permission denied | 22:00:20 |
Corngood | You can't run it through a flake. You'd have to do it in impure mode, so the output is writeable. | 23:31:46 |