summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock76
1 files changed, 76 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..dca79f6
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,76 @@
1{
2 "nodes": {
3 "flake-compat": {
4 "flake": false,
5 "locked": {
6 "lastModified": 1606424373,
7 "narHash": "sha256-oq8d4//CJOrVj+EcOaSXvMebvuTkmBJuT5tzlfewUnQ=",
8 "owner": "edolstra",
9 "repo": "flake-compat",
10 "rev": "99f1c2157fba4bfe6211a321fd0ee43199025dbf",
11 "type": "github"
12 },
13 "original": {
14 "owner": "edolstra",
15 "repo": "flake-compat",
16 "type": "github"
17 }
18 },
19 "gitignore": {
20 "flake": false,
21 "locked": {
22 "lastModified": 1611672876,
23 "narHash": "sha256-qHu3uZ/o9jBHiA3MEKHJ06k7w4heOhA+4HCSIvflRxo=",
24 "owner": "hercules-ci",
25 "repo": "gitignore",
26 "rev": "211907489e9f198594c0eb0ca9256a1949c9d412",
27 "type": "github"
28 },
29 "original": {
30 "owner": "hercules-ci",
31 "repo": "gitignore",
32 "type": "github"
33 }
34 },
35 "nixpkgs": {
36 "locked": {
37 "lastModified": 1618640098,
38 "narHash": "sha256-RPdJQX2/VcLMb04TNZtyCgHyTOjwcaM3UjBziNwGz1g=",
39 "owner": "nixos",
40 "repo": "nixpkgs",
41 "rev": "a03f318104db1a74791746595829de4c2d53e658",
42 "type": "github"
43 },
44 "original": {
45 "owner": "nixos",
46 "repo": "nixpkgs",
47 "type": "github"
48 }
49 },
50 "root": {
51 "inputs": {
52 "flake-compat": "flake-compat",
53 "gitignore": "gitignore",
54 "nixpkgs": "nixpkgs",
55 "utils": "utils"
56 }
57 },
58 "utils": {
59 "locked": {
60 "lastModified": 1618217525,
61 "narHash": "sha256-WGrhVczjXTiswQaoxQ+0PTfbLNeOQM6M36zvLn78AYg=",
62 "owner": "numtide",
63 "repo": "flake-utils",
64 "rev": "c6169a2772643c4a93a0b5ac1c61e296cba68544",
65 "type": "github"
66 },
67 "original": {
68 "owner": "numtide",
69 "repo": "flake-utils",
70 "type": "github"
71 }
72 }
73 },
74 "root": "root",
75 "version": 7
76}