use jj-starship from nixpkgs instead of separate flake

This commit is contained in:
Noah Masur
2026-05-30 10:35:42 -04:00
parent 16e42c2021
commit 1e723db068
3 changed files with 9 additions and 70 deletions
-5
View File
@@ -75,11 +75,6 @@
inputs.rust-overlay.follows = "rust-overlay";
};
jj-starship = {
url = "github:dmmulroy/jj-starship";
inputs.nixpkgs.follows = "nixpkgs";
};
# # Text editor
# helix = {
# url = "github:helix-editor/helix";