From 8af595b62b550435ce08ac3269bda6594b0271aa Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sat, 30 May 2026 12:54:34 -0400 Subject: [PATCH] update to 26.05 for stable --- flake.lock | 8 ++++---- flake.nix | 2 +- .../modules/nmasur/presets/programs/jujutsu.nix | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 31209909..2bc3afaa 100644 --- a/flake.lock +++ b/flake.lock @@ -306,16 +306,16 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1767313136, - "narHash": "sha256-16KkgfdYqjaeRGBaYsNrhPRRENs0qzkQVUooNHtoy2w=", + "lastModified": 1779971959, + "narHash": "sha256-R5nauXyqyfRUFiZycFFZdkF7wl6eaUpPLst35+2nJQY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "ac62194c3917d5f474c1a844b6fd6da2db95077d", + "rev": "ec942ba042dad5ef097e2ef3a3effc034241f011", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-25.05", + "ref": "nixos-26.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 3ce7bfcf..717ba1da 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; # Used for specific stable packages - nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-25.05"; + nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-26.05"; # Used for MacOS system config darwin = { diff --git a/platforms/home-manager/modules/nmasur/presets/programs/jujutsu.nix b/platforms/home-manager/modules/nmasur/presets/programs/jujutsu.nix index e68b6cbe..285e02c1 100644 --- a/platforms/home-manager/modules/nmasur/presets/programs/jujutsu.nix +++ b/platforms/home-manager/modules/nmasur/presets/programs/jujutsu.nix @@ -33,7 +33,7 @@ in home.packages = [ # Required for the fsmonitor to auto-snapshot - pkgs.watchman + pkgs.stable.watchman # Required to be on path to work in Zellij pkgs.jjui