Skip to content

set home directory for jj v38+ in nix derivation#116

Open
amusingimpala75 wants to merge 1 commit intoLucioFranco:mainfrom
amusingimpala75:fix-nix-jj-38
Open

set home directory for jj v38+ in nix derivation#116
amusingimpala75 wants to merge 1 commit intoLucioFranco:mainfrom
amusingimpala75:fix-nix-jj-38

Conversation

@amusingimpala75
Copy link
Copy Markdown

@amusingimpala75 amusingimpala75 commented Mar 23, 2026

Nix derivation fails to build with latest nixpkgs because Jujutsu 0.38 changed how repo config is stored. It is now stored in the home directory, and so the derivation needed a mutable home (located at TMPDIR/home with this PR) to be able to run tests.

Fixes #97

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tests fail with Jujutsu version 0.38.0

1 participant