aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock41
1 files changed, 41 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..d380862
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,41 @@
1{
2 "nodes": {
3 "nixpkgs": {
4 "locked": {
5 "lastModified": 1617937966,
6 "narHash": "sha256-zJ/INWLj6KOsQCN10jjqXLRCXhDkkDgbN8QMDEj4QpM=",
7 "owner": "NixOS",
8 "repo": "nixpkgs",
9 "rev": "ca44268569be4eb348b24bc0705e0482b9ea87a1",
10 "type": "github"
11 },
12 "original": {
13 "id": "nixpkgs",
14 "type": "indirect"
15 }
16 },
17 "root": {
18 "inputs": {
19 "nixpkgs": "nixpkgs",
20 "utils": "utils"
21 }
22 },
23 "utils": {
24 "locked": {
25 "lastModified": 1617631617,
26 "narHash": "sha256-PARRCz55qN3gy07VJZIlFeOX420d0nGF0RzGI/9hVlw=",
27 "owner": "numtide",
28 "repo": "flake-utils",
29 "rev": "b2c27d1a81b0dc266270fa8aeecebbd1807fc610",
30 "type": "github"
31 },
32 "original": {
33 "owner": "numtide",
34 "repo": "flake-utils",
35 "type": "github"
36 }
37 }
38 },
39 "root": "root",
40 "version": 7
41}