Moritz Bitsch
Moritz Bitsch
Ok, back to the drawing board. The issue is that fetchgit with leaveDotGit is not always reproducible: https://github.com/NixOS/nixpkgs/issues/8567.
For me it is working now. Had a issue with the installPhase script writing to the source dir, which in turn caused some hash issue.
@jonahbron This is related to the safe.directory setting of git. I completely disabled this security feature on my machine.
Had the same issue. As quick workaround I just exit lemurs after the session is started: ``` diff --git a/src/ui/mod.rs b/src/ui/mod.rs index 81eba78..d5fc933 100644 --- a/src/ui/mod.rs +++ b/src/ui/mod.rs @@ -460,7...