From c11072c003fdaa274a685c44e1287bdbfab56667 Mon Sep 17 00:00:00 2001 From: Jake Hillion Date: Mon, 29 Apr 2024 22:28:37 +0100 Subject: [PATCH] flake: commit stub lock file Renovate won't perform lock file maintenance with no existing lock file. Commit the minimum lockfile necessary for the Nix flake so it will get Renovated. --- flake.lock | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 flake.lock diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..5999137 --- /dev/null +++ b/flake.lock @@ -0,0 +1,7 @@ +{ + "nodes": { + "root": {} + }, + "root": "root", + "version": 7 +}