Commit fa9a10fc805e

Vincent Demeester <vincent@sbr.pm>
2026-01-26 17:23:12
fix(lazyworktree): use master overlay for latest version
- Move lazyworktree to master overlay for upstream fixes - Update aomi home config to use module instead of package Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 51bef01
Changed files (4)
home/common/dev/lazyworktree.nix
@@ -1,10 +1,11 @@
-{ config, ... }:
+{ config, pkgs, ... }:
 {
   imports = [ ../../modules/lazyworktree.nix ];
 
   programs.lazyworktree = {
     enable = true;
     enableZshIntegration = true;
+    package = pkgs.master.lazyworktree;
 
     settings = {
       # UI settings
overlays/default.nix
@@ -34,7 +34,6 @@ in
     # Use feishin from master to get mpv propagatedBuildInputs fix
     # https://github.com/NixOS/nixpkgs/pull/459155
     inherit (final.master) feishin;
-    lazytree = final.master.lazetree;
   };
 
   # When applied, the unstable nixpkgs set (declared in the flake inputs) will
@@ -53,6 +52,7 @@ in
           inherit (_prev) cursor-cli;
           inherit (_prev) code-cursor;
           inherit (_prev) antigravity;
+          inherit (_prev) lazyworktree;
           # example = prev.example.overrideAttrs (oldAttrs: rec {
           # ...
           # });
systems/aomi/home.nix
@@ -2,6 +2,8 @@
 {
   imports = [
     ../../home/common/dev/default.nix
+    ../../home/common/dev/gh-news.nix
+    ../../home/common/dev/lazyworktree.nix
     ../../home/common/dev/emacs.nix
     ../../home/common/dev/containers.nix
     ../../home/common/dev/tektoncd.nix
@@ -18,7 +20,6 @@
     claude-hooks
 
     lazygit
-    lazyworktree
     neovim
     unzip # for mason.nvim
     luarocks # for lazy.nvim rocks support
flake.lock
@@ -826,11 +826,11 @@
     },
     "nixpkgs-master": {
       "locked": {
-        "lastModified": 1769418061,
-        "narHash": "sha256-Au5omp7y8Ta3Lhsnizn9wlRS5rCicJuuTRe0huDIwew=",
+        "lastModified": 1769441097,
+        "narHash": "sha256-1YaqeCOkHlcL6dbEknfYFP+MmUAb2BmHppePT13SGaw=",
         "owner": "nixos",
         "repo": "nixpkgs",
-        "rev": "1206801d21b80d1a787774aa91759c5f8f4ebbed",
+        "rev": "07ad1c5c61217bf153eef28880408a260db03ef3",
         "type": "github"
       },
       "original": {