From d400c361660526a199e1e56cc22f073c09c71d35 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 24 Jun 2025 14:09:59 -0500 Subject: [PATCH] tests/flake.lock: remove (#7324) Accidentally checked in Signed-off-by: Austin Horstman --- tests/flake.lock | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 tests/flake.lock diff --git a/tests/flake.lock b/tests/flake.lock deleted file mode 100644 index de56abfd..00000000 --- a/tests/flake.lock +++ /dev/null @@ -1,27 +0,0 @@ -{ - "nodes": { - "nixpkgs": { - "locked": { - "lastModified": 1750506804, - "narHash": "sha256-VLFNc4egNjovYVxDGyBYTrvVCgDYgENp5bVi9fPTDYc=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "4206c4cb56751df534751b058295ea61357bbbaa", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "root": { - "inputs": { - "nixpkgs": "nixpkgs" - } - } - }, - "root": "root", - "version": 7 -}