From e90f41e053b59e6273f2985478666917dcf9ed93 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 30 Sep 2025 14:55:04 -0400 Subject: [PATCH] Can't follow yet --- flake.lock | 22 ++++++++++++++++++---- flake.nix | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 4bda21b..de06f02 100644 --- a/flake.lock +++ b/flake.lock @@ -692,6 +692,22 @@ } }, "nixpkgs_6": { + "locked": { + "lastModified": 1759226052, + "narHash": "sha256-ddDtY8iOLBMQ0AwH9wxuboORYV4Z1B3dC5FWIHfqjBA=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "17aa85c27e8a700de4f3645e0afce383ceabcdf2", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "17aa85c", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_7": { "locked": { "lastModified": 1756696532, "narHash": "sha256-6FWagzm0b7I/IGigOv9pr6LL7NQ86mextfE8g8Q6HBg=", @@ -994,9 +1010,7 @@ "flake-parts": [ "flake-parts" ], - "nixpkgs": [ - "nixpkgs" - ] + "nixpkgs": "nixpkgs_6" }, "locked": { "lastModified": 1759257691, @@ -1025,7 +1039,7 @@ "htmx": "htmx", "htmx-extensions": "htmx-extensions", "nixos-unified": "nixos-unified_2", - "nixpkgs": "nixpkgs_6", + "nixpkgs": "nixpkgs_7", "process-compose-flake": "process-compose-flake", "record-hasfield": "record-hasfield", "servant-event-stream": "servant-event-stream", diff --git a/flake.nix b/flake.nix index fe9c182..d3eb282 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ nix-index-database.inputs.nixpkgs.follows = "nixpkgs"; vertex.url = "github:juspay/vertex/claude2"; vertex.inputs = { - nixpkgs.follows = "nixpkgs"; + # nixpkgs.follows = "nixpkgs"; flake-parts.follows = "flake-parts"; }; try.url = "github:tobi/try";