Tristan Ross

Results 420 comments of Tristan Ross

``` nomics-web-client> PathNotFoundException: Creation failed, path = '/homeless-shelter/.dart-cli-completion' (OS Error: No such file or directory, errno = 2) nomics-web-client> [CLI] Building jaspr for static rendering mode. nomics-web-client> [CLI] Building web...

``` web> Running phase: buildPhase web> [INFO] Generating build script completed, took 205ms web> [INFO] Precompiling build script... completed, took 2.8s web> [INFO] Building new asset graph completed, took 1.7s...

Yes, it is still an issue. Using build_runner doesn't produce any output files.

Here's the output of both those commands. ``` web> PathNotFoundException: Creation failed, path = '/homeless-shelter/.dart-cli-completion' (OS Error: No such file or directory, errno = 2) web> [✓] Jaspr CLI (Version...

`.dart_tool/package_config.json` exists with lints in it.

@AdamJel Agreed, Nix only allows networking inside a derivation if you provide the output hash. This would mean that Jaspr would have to be capable of always producing the same...

> It uses `dart run ...` internally, and this tries to do `pub get` if it detects that dependencies need resolving. Except it'll fetch by default unless you specify a...

Not a bug, this is expected behavior but didn't get caught in https://github.com/NixOS/nixpkgs/pull/393213. We probably should go through an update references for things in nixpkgs.

Might be related to what's discussed in https://discourse.nixos.org/t/distrobox-selinux-oci-permission-error/64943