From 314f1cb36354e8ffef9b52011342530246865a7c Mon Sep 17 00:00:00 2001 From: Yureka Date: Tue, 30 Jul 2024 14:02:26 +0200 Subject: [PATCH] fix buildbot-nix reference accidentally committed the lockfile which points to my local checkout --- flake.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 24c6a1f..edf5afe 100644 --- a/flake.lock +++ b/flake.lock @@ -66,11 +66,11 @@ "locked": { "lastModified": 1722339507, "narHash": "sha256-CdkQx6l0CuPtU9tMw3u73PAMhj+8YUAlTUVyrTCZas8=", - "ref": "15963fa0e687cb39660aadf147402c955d671029", + "ref": "refs/heads/non-flakes", "rev": "15963fa0e687cb39660aadf147402c955d671029", "revCount": 292, "type": "git", - "url": "file:///home/yuka/proj/buildbot-nix" + "url": "https://git.lix.systems/lix-project/buildbot-nix.git" }, "original": { "ref": "refs/heads/non-flakes",