From e35aa6fdde5e46be4b60fec0edd90c68823fdceb Mon Sep 17 00:00:00 2001 From: Keegan Carruthers-Smith Date: Tue, 26 Sep 2023 18:41:04 +0200 Subject: [PATCH] nix: update flake.lock (#57053) This seems to be missing from the recent nix change. My nix develop keeps autoupdating it. Test Plan: nix develop doesn't change the working copy --- flake.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 6ecf162c2de..261573799dc 100644 --- a/flake.lock +++ b/flake.lock @@ -33,7 +33,7 @@ "type": "indirect" } }, - "nixpkgs-bins": { + "nixpkgs-stable": { "locked": { "lastModified": 1682268651, "narHash": "sha256-2eZriMhnD24Pmb8ideZWZDiXaAVe6LzJrHQiNPck+Lk=", @@ -53,7 +53,7 @@ "inputs": { "flake-utils": "flake-utils", "nixpkgs": "nixpkgs", - "nixpkgs-bins": "nixpkgs-bins" + "nixpkgs-stable": "nixpkgs-stable" } }, "systems": {