Nicolas Mattia
Nicolas Mattia
Getting this somewhat regularly now, any idea what might be happening? https://github.com/dfinity/internet-identity/runs/5156407802?check_suite_focus=true#step:4:2065
It's gotten less frequent, but still running into it every now and then: https://github.com/dfinity/internet-identity/runs/5553785037?check_suite_focus=true
@tonistiigi to clarify, this is `v0.10.1` of what?
@crazy-max will do thanks!
Hi, thanks for the quick reply! Looks like it's trying to create `/`, and probably failing, then retrying: ``` 2021-07-14 19:20:47.340845: [debug] Directory "/" does not exist, creating... @(src/Spago/Prelude.hs:285:20) 2021-07-14...
@f-f I was on holiday, I just came back! I'll let you know as soon as I find some more time to play with Spago. Thanks for the help already!
Same here, recent nixpkgs update causes this again
This is an upstream issue in nixpkgs: * https://github.com/NixOS/nixpkgs/issues/140774 * https://github.com/NixOS/nixpkgs/issues/209397 And here's a [workaround](https://github.com/NixOS/nixpkgs/issues/140774#issuecomment-1371565125): ```nix niv = let # Workaround for https://github.com/NixOS/nixpkgs/issues/140774 fixCyclicReference = drv: pkgs.haskell.lib.overrideCabal drv (_: {...
Not necessarily, you can use it anywhere you'd normally use `pkgs.niv`: https://github.com/nmattia/homies/blob/4d2f7828c926bf1a3d9030d967f430a17d3b8048/packages.nix#L44-L52