diff options
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..e03bfad --- /dev/null +++ b/flake.lock | |||
@@ -0,0 +1,26 @@ | |||
1 | { | ||
2 | "nodes": { | ||
3 | "flake-utils": { | ||
4 | "locked": { | ||
5 | "lastModified": 1634851050, | ||
6 | "narHash": "sha256-N83GlSGPJJdcqhUxSCS/WwW5pksYf3VP1M13cDRTSVA=", | ||
7 | "owner": "numtide", | ||
8 | "repo": "flake-utils", | ||
9 | "rev": "c91f3de5adaf1de973b797ef7485e441a65b8935", | ||
10 | "type": "github" | ||
11 | }, | ||
12 | "original": { | ||
13 | "owner": "numtide", | ||
14 | "repo": "flake-utils", | ||
15 | "type": "github" | ||
16 | } | ||
17 | }, | ||
18 | "root": { | ||
19 | "inputs": { | ||
20 | "flake-utils": "flake-utils" | ||
21 | } | ||
22 | } | ||
23 | }, | ||
24 | "root": "root", | ||
25 | "version": 7 | ||
26 | } | ||