From 1e723db0680bf15598a5ab973170a7e5a1b0c86a Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sat, 30 May 2026 10:35:42 -0400 Subject: [PATCH] use jj-starship from nixpkgs instead of separate flake --- flake.lock | 73 ++++++------------------------------------------- flake.nix | 5 ---- lib/default.nix | 1 - 3 files changed, 9 insertions(+), 70 deletions(-) diff --git a/flake.lock b/flake.lock index 94f1ecda..31209909 100644 --- a/flake.lock +++ b/flake.lock @@ -4,7 +4,7 @@ "inputs": { "flake-parts": "flake-parts", "nixpkgs": "nixpkgs", - "systems": "systems_2", + "systems": "systems", "treefmt-nix": "treefmt-nix" }, "locked": { @@ -135,24 +135,6 @@ } }, "flake-utils": { - "inputs": { - "systems": "systems" - }, - "locked": { - "lastModified": 1731533236, - "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_2": { "inputs": { "systems": [ "mac-app-util", @@ -172,9 +154,9 @@ "type": "indirect" } }, - "flake-utils_3": { + "flake-utils_2": { "inputs": { - "systems": "systems_4" + "systems": "systems_3" }, "locked": { "lastModified": 1731533236, @@ -211,34 +193,13 @@ "type": "github" } }, - "jj-starship": { - "inputs": { - "flake-utils": "flake-utils", - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1778676598, - "narHash": "sha256-NLds7i1ZmscicaNLmkZCWmc7A+367BXxGioRd4yYof8=", - "owner": "dmmulroy", - "repo": "jj-starship", - "rev": "292224a93d5490332f32cc26d77676ccaeec0bfa", - "type": "github" - }, - "original": { - "owner": "dmmulroy", - "repo": "jj-starship", - "type": "github" - } - }, "mac-app-util": { "inputs": { "cl-nix-lite": "cl-nix-lite", "flake-compat": "flake-compat", - "flake-utils": "flake-utils_2", + "flake-utils": "flake-utils", "nixpkgs": "nixpkgs_3", - "systems": "systems_3", + "systems": "systems_2", "treefmt-nix": "treefmt-nix_2" }, "locked": { @@ -257,7 +218,7 @@ }, "nix2vim": { "inputs": { - "flake-utils": "flake-utils_3", + "flake-utils": "flake-utils_2", "nixpkgs": [ "nixpkgs" ] @@ -465,7 +426,6 @@ "darwin": "darwin", "disko": "disko", "home-manager": "home-manager", - "jj-starship": "jj-starship", "mac-app-util": "mac-app-util", "nix2vim": "nix2vim", "nixos-generators": "nixos-generators", @@ -512,21 +472,6 @@ } }, "systems_2": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, - "systems_3": { "locked": { "lastModified": 1689347925, "narHash": "sha256-ozenz5bFe1UUqOn7f60HRmgc01BgTGIKZ4Xl+HbocGQ=", @@ -541,7 +486,7 @@ "type": "github" } }, - "systems_4": { + "systems_3": { "locked": { "lastModified": 1681028828, "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", @@ -556,7 +501,7 @@ "type": "github" } }, - "systems_5": { + "systems_4": { "locked": { "lastModified": 1681028828, "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", @@ -636,7 +581,7 @@ "rust-overlay": [ "rust-overlay" ], - "systems": "systems_5" + "systems": "systems_4" }, "locked": { "lastModified": 1742588229, diff --git a/flake.nix b/flake.nix index 1902cfce..3ce7bfcf 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/lib/default.nix b/lib/default.nix index 5d79fcb4..71761952 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -67,7 +67,6 @@ lib inputs.nur.overlays.default inputs.nix2vim.overlay inputs.zellij-switch.overlays.default - inputs.jj-starship.overlays.default # inputs.helix.overlays.default ] ++ (importOverlays ../overlays);