George Jiglau

Results 40 comments of George Jiglau

I'm not completely sure how crane solves the issue of building adjacent crates that are not part of the same workspace.

I can't really find any documentation for copySources nor can I really figure out how to call it :(

Does replacing dependencies (modifying Cargo.toml) also invalidate two-step caching? Edit: I've also tried converting my example to: ``` naerks.lib.buildPackage rec { pname = "my-project"; root = ./.; copyDependenciesFrom = [...

Yeah, using workspaces introduces the limitations that come with namespaces, which is what I'm trying to avoid. From what I can tell (did an `ls -R` and `exit 1` on...

Another version of the function, that recursively translates all Cargo.toml relative dependency paths that contain `..` to nix store paths without having to specify them manually. It also does not...

> The nixpkgs-mozilla version also gives me an error on my machine > > ``` > error: builder for '/nix/store/75dhk8ci68y75nhkrnjabq9i40dnl1di-hello-deps-0.1.0.drv' failed with exit code 101; > last 10 log lines:...

> Is your build after [9b259a1](https://github.com/kak-lsp/kak-lsp/commit/9b259a116f01f61aa5e127e20893e2a007df1d3a)? Sorry for the late reply, switching to a build after that commit seems to have fixed the issue for me.

I've got the same problem on facebook

I'm using master and commit 2d8456db102e13f37a5cd271868c330d73580f6d seems to have introduced this change as the `,` and `Space` keys seems to have been swapped. Some feedback about the change: TBH, I...