Switch nixpkgs from unstable to 25.05

This commit is contained in:
2025-10-25 13:16:16 -07:00
parent 1fad66b551
commit a1f6956657
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -2,16 +2,16 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1752012998, "lastModified": 1761420655,
"narHash": "sha256-Q82Ms+FQmgOBkdoSVm+FBpuFoeUAffNerR5yVV7SgT8=", "narHash": "sha256-fBo4w2Z9Xqa4z/i5oTk2HT8odK5Q7lTQnn/Slj54ZWo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2a2130494ad647f953593c4e84ea4df839fbd68c", "rev": "7a6bc494d164518000ac643452fe29d7501fc5c2",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable", "ref": "release-25.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@@ -1,6 +1,6 @@
{ {
description = "Development shell + app for google-cookie-retrieval"; 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 }: outputs = { self, nixpkgs }:
let let