diff --git a/flake.lock b/flake.lock index 298b827..ddccb36 100644 --- a/flake.lock +++ b/flake.lock @@ -182,6 +182,24 @@ "inputs": { "systems": "systems_4" }, + "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_4": { + "inputs": { + "systems": "systems_5" + }, "locked": { "lastModified": 1726560853, "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", @@ -196,9 +214,9 @@ "type": "github" } }, - "flake-utils_4": { + "flake-utils_5": { "inputs": { - "systems": "systems_5" + "systems": "systems_6" }, "locked": { "lastModified": 1731533236, @@ -506,9 +524,32 @@ "type": "github" } }, + "jj": { + "inputs": { + "flake-utils": "flake-utils_2", + "nixpkgs": [ + "nixpkgs" + ], + "rust-overlay": "rust-overlay" + }, + "locked": { + "lastModified": 1733345204, + "narHash": "sha256-XsD4P2UygZFcnlV2o3E/hRRgsGjwKw1r9zniEeAk758=", + "owner": "martinvonz", + "repo": "jj", + "rev": "32d2a85539254e9d96f9819072fa5c6ac70dd1e4", + "type": "github" + }, + "original": { + "owner": "martinvonz", + "ref": "v0.24.0", + "repo": "jj", + "type": "github" + } + }, "lib-aggregate": { "inputs": { - "flake-utils": "flake-utils_4", + "flake-utils": "flake-utils_5", "nixpkgs-lib": "nixpkgs-lib" }, "locked": { @@ -541,7 +582,7 @@ }, "lix-module": { "inputs": { - "flake-utils": "flake-utils_2", + "flake-utils": "flake-utils_3", "flakey-profile": "flakey-profile", "lix": [ "lix" @@ -703,7 +744,7 @@ "nixos-wsl": { "inputs": { "flake-compat": "flake-compat_2", - "flake-utils": "flake-utils_3", + "flake-utils": "flake-utils_4", "nixpkgs": "nixpkgs_3" }, "locked": { @@ -936,6 +977,7 @@ "hyprland": "hyprland", "hyprland-contrib": "hyprland-contrib", "hyprman": "hyprman", + "jj": "jj", "lix": "lix", "lix-module": "lix-module", "my-nixpkgs": "my-nixpkgs", @@ -951,6 +993,27 @@ "utils": "utils" } }, + "rust-overlay": { + "inputs": { + "nixpkgs": [ + "jj", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1732242723, + "narHash": "sha256-NWI8csIK0ujFlFuEXKnoc+7hWoCiEtINK9r48LUUMeU=", + "owner": "oxalica", + "repo": "rust-overlay", + "rev": "a229311fcb45b88a95fdfa5cecd8349c809a272a", + "type": "github" + }, + "original": { + "owner": "oxalica", + "repo": "rust-overlay", + "type": "github" + } + }, "sops-nix": { "inputs": { "nixpkgs": [ @@ -1062,6 +1125,21 @@ "type": "github" } }, + "systems_6": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "treefmt-nix": { "inputs": { "nixpkgs": [ diff --git a/flake.nix b/flake.nix index b60170b..0f87117 100644 --- a/flake.nix +++ b/flake.nix @@ -78,6 +78,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + jj = { + url = "github:martinvonz/jj/v0.24.0"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + # roc = { # url = "github:roc-lang/roc"; # inputs.nixpkgs.follows = "nixpkgs"; diff --git a/hosts/othalan/pkgs.nix b/hosts/othalan/pkgs.nix index 756eca9..b7ef80d 100644 --- a/hosts/othalan/pkgs.nix +++ b/hosts/othalan/pkgs.nix @@ -4,8 +4,8 @@ [ (flake.pkg "utils") (flake.pkg "ghostty") + (flake.pkg "jj") ] - ++ (with pkgs; [ sops distrobox @@ -16,6 +16,6 @@ typst charm-freeze attic-client - jujutsu + # jujutsu ]); }