From becafeba45c3bf51de8ee3c523d19ae68dd6754a Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 9 Nov 2021 11:01:52 +0100 Subject: initial commit with basic logging --- flake.lock | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 flake.lock (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..e03bfad --- /dev/null +++ b/flake.lock @@ -0,0 +1,26 @@ +{ + "nodes": { + "flake-utils": { + "locked": { + "lastModified": 1634851050, + "narHash": "sha256-N83GlSGPJJdcqhUxSCS/WwW5pksYf3VP1M13cDRTSVA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "c91f3de5adaf1de973b797ef7485e441a65b8935", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils" + } + } + }, + "root": "root", + "version": 7 +} -- cgit v1.2.3