From a1f695665771841a988afc965526cbf99160cd77 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Sat, 25 Oct 2025 13:16:16 -0700 Subject: [PATCH] Switch nixpkgs from unstable to 25.05 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 813b984..dbfac02 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1752012998, - "narHash": "sha256-Q82Ms+FQmgOBkdoSVm+FBpuFoeUAffNerR5yVV7SgT8=", + "lastModified": 1761420655, + "narHash": "sha256-fBo4w2Z9Xqa4z/i5oTk2HT8odK5Q7lTQnn/Slj54ZWo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "2a2130494ad647f953593c4e84ea4df839fbd68c", + "rev": "7a6bc494d164518000ac643452fe29d7501fc5c2", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixpkgs-unstable", + "ref": "release-25.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 1be7c0f..2c7eb60 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { description = "Development shell + app for google-cookie-retrieval"; - inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-25.05"; outputs = { self, nixpkgs }: let