Martin Schwaighofer

Results 21 comments of Martin Schwaighofer

Does what you observed mean bit-for-bit reproducibly on the same machine or on a completely different one? From what I've read about r13y.com on their website they produce the two...

With the changes I made in #27 I was able to bypass the issue for now and and to then successfully apply `gradle2nix` to one of Gradle's builtin kotlin hello...

Looks like I'm seeing the same mismatching hashes as @stites right now. Thanks for confirming that this does not only happen for me. ``` $ nix build -f "https://github.com/tadfisher/gradle2nix/archive/master.tar.gz" warning:...

#28 is basically the same thing that I did in #27, but for a different dependency. Since `gradle2nix` depends on `gradle-env.json` and `gradle-env.nix` it always indirectly depends on a previous...

`gradle2build` builds successfully now, thanks.

This is the `.gitlab-ci.yml` file that I used for reproducing this issue inside GitLab CI, in case it is helpful. ``` image: nixos/nix:latest default: tags: - docker-images stages: - test...

> @tadfisher could you describe the `lock` task used in the gist? Not a full explanation but I had to replace `lock` with `dependencies`, but with the same `--write-locks` argument.

I also tried to get the flask example project to work with Moodle the first error that I ran into had Moodle complain about something along the lines of (googled...

I have briefly looked into how this condition could be detected. What came to my mind was some good detection method for the underlying file system at `/nix/store` and a...

Sorry, could you rephrase that? I don't know what you mean, but I will try to clarify. I'm talking about NTFS (New Technology File System) - Microsoft's file system. I...