aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock126
1 files changed, 126 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..a157a7e
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,126 @@
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 "mozillapkgs": {
36 "flake": false,
37 "locked": {
38 "lastModified": 1612892239,
39 "narHash": "sha256-jwrdJvaDl+kCRH3LFYuL9KweXO7fCTXxLovKja6xqbk=",
40 "owner": "andersk",
41 "repo": "nixpkgs-mozilla",
42 "rev": "3499e085fb6ae1a846bcf425fa9c98a3b77480da",
43 "type": "github"
44 },
45 "original": {
46 "owner": "andersk",
47 "ref": "stdenv.lib",
48 "repo": "nixpkgs-mozilla",
49 "type": "github"
50 }
51 },
52 "naersk": {
53 "inputs": {
54 "nixpkgs": "nixpkgs"
55 },
56 "locked": {
57 "lastModified": 1623324658,
58 "narHash": "sha256-TjWmZPH/xbUi7Xuj2EigB9sTOpqsiFmnv7m6+QgTDrA=",
59 "owner": "nmattia",
60 "repo": "naersk",
61 "rev": "4f7426c362809e472d03c369d3674317c32b6863",
62 "type": "github"
63 },
64 "original": {
65 "owner": "nmattia",
66 "repo": "naersk",
67 "type": "github"
68 }
69 },
70 "nixpkgs": {
71 "locked": {
72 "lastModified": 1623400243,
73 "narHash": "sha256-HRcjn4ljt3aWUUWpap3MfigXwP1wwl3BNMi5+z4D1Uc=",
74 "owner": "NixOS",
75 "repo": "nixpkgs",
76 "rev": "29d5b177af78dccbe1d8ff8cf6212973aeef2f23",
77 "type": "github"
78 },
79 "original": {
80 "id": "nixpkgs",
81 "type": "indirect"
82 }
83 },
84 "nixpkgs_2": {
85 "locked": {
86 "lastModified": 1623400243,
87 "narHash": "sha256-HRcjn4ljt3aWUUWpap3MfigXwP1wwl3BNMi5+z4D1Uc=",
88 "owner": "NixOS",
89 "repo": "nixpkgs",
90 "rev": "29d5b177af78dccbe1d8ff8cf6212973aeef2f23",
91 "type": "github"
92 },
93 "original": {
94 "id": "nixpkgs",
95 "type": "indirect"
96 }
97 },
98 "root": {
99 "inputs": {
100 "flake-compat": "flake-compat",
101 "gitignore": "gitignore",
102 "mozillapkgs": "mozillapkgs",
103 "naersk": "naersk",
104 "nixpkgs": "nixpkgs_2",
105 "utils": "utils"
106 }
107 },
108 "utils": {
109 "locked": {
110 "lastModified": 1622445595,
111 "narHash": "sha256-m+JRe6Wc5OZ/mKw2bB3+Tl0ZbtyxxxfnAWln8Q5qs+Y=",
112 "owner": "numtide",
113 "repo": "flake-utils",
114 "rev": "7d706970d94bc5559077eb1a6600afddcd25a7c8",
115 "type": "github"
116 },
117 "original": {
118 "owner": "numtide",
119 "repo": "flake-utils",
120 "type": "github"
121 }
122 }
123 },
124 "root": "root",
125 "version": 7
126}