From 49a41b42a65843b03707035f6885734a222f5fc9 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Fri, 19 Sep 2025 10:03:03 +0200 Subject: [PATCH] fix: pin catpuccin to 25.05 Signed-off-by: Lander Van den Bulcke --- flake.lock | 15 ++++++++------- flake.nix | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 83bd313..58dc309 100644 --- a/flake.lock +++ b/flake.lock @@ -21,15 +21,16 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1758186094, - "narHash": "sha256-uvfqk4A5pCKwGvq0f/ZrmqarF80KViSNfYWKdeOYFaw=", + "lastModified": 1754766435, + "narHash": "sha256-DT8CQoqV2haX+Fo16WXAt9gKCSXOZH9ZfnV++Br+qcM=", "owner": "catppuccin", "repo": "nix", - "rev": "ff94d16ca2d7f51b9fc4a7f6559dc18de54d1915", + "rev": "e339d6d822fa81c39d1ab89694b4ee2cfc830c9a", "type": "github" }, "original": { "owner": "catppuccin", + "ref": "release-25.05", "repo": "nix", "type": "github" } @@ -441,16 +442,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1757487488, - "narHash": "sha256-zwE/e7CuPJUWKdvvTCB7iunV4E/+G0lKfv4kk/5Izdg=", + "lastModified": 1758070117, + "narHash": "sha256-uLwwHFCZnT1c3N3biVe/0hCkag2GSrf9+M56+Okf+WY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ab0f3607a6c7486ea22229b92ed2d355f1482ee0", + "rev": "e9b7f2ff62b35f711568b1f0866243c7c302028d", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-unstable", + "ref": "nixos-25.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index a43d6ad..04bf55b 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ disko.inputs.nixpkgs.follows = "nixpkgs"; # theme - catppuccin.url = "github:catppuccin/nix"; + catppuccin.url = "github:catppuccin/nix/release-25.05"; # Home manager home-manager.url = "github:nix-community/home-manager/release-25.05";