don't get clever with jj/watchman config
This commit is contained in:
parent
2673b68430
commit
ace616632b
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
||||||
programs.jujutsu = {
|
programs.jujutsu = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
core.fsmonitor = pkgs.watchman;
|
core.fsmonitor = "watchman";
|
||||||
user = {
|
user = {
|
||||||
name = "sloane";
|
name = "sloane";
|
||||||
email = "1699281+sloanelybutsurely@users.noreply.github.com";
|
email = "1699281+sloanelybutsurely@users.noreply.github.com";
|
||||||
|
|
Loading…
Reference in a new issue