jj: use nixpkgs package

This commit is contained in:
Daniel Lundin 2025-02-09 20:40:37 +01:00
parent f66de79c47
commit 679c863cf8
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
3 changed files with 17 additions and 111 deletions
home/common

View file

@ -136,6 +136,5 @@
programs.jujutsu = {
enable = true;
package = inputs.jujutsu.packages.${pkgs.system}.default;
};
}