Skip to content

Commit

Permalink
feat: use local jj conf (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnae authored Nov 25, 2024
1 parent 6fdc039 commit 83ac0a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions devenv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@
in {
name = "world";

files.".jj/repo/config.toml".toml = {
revset-aliases = {
"trunk()" = "main@origin";
};
user = {
email = "[email protected]";
name = "John Axel Eriksson";
};
};

packages = with pkgs; [
agenix
age-plugin-yubikey
Expand Down

0 comments on commit 83ac0a0

Please sign in to comment.