aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-09-10 15:12:30 +0100
committerAkshay <[email protected]>2021-09-10 15:12:30 +0100
commit336e97961ce6cf496ca177ab7ae11f3779bad868 (patch)
tree417d300b3fad61dfe3adc52d141c75a210851eaa /flake.lock
init
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock125
1 files changed, 125 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..8ba571c
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,125 @@
1{
2 "nodes": {
3 "flake-compat": {
4 "flake": false,
5 "locked": {
6 "lastModified": 1627913399,
7 "narHash": "sha256-hY8g6H2KFL8ownSiFeMOjwPC8P0ueXpCVEbxgda3pko=",
8 "owner": "edolstra",
9 "repo": "flake-compat",
10 "rev": "12c64ca55c1014cdc1b16ed5a804aa8576601ff2",
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": 1629225446,
39 "narHash": "sha256-HJX4Pc5ZUAg4apxB/XHuJ+6ukzvRQqeZMjscOBst2bA=",
40 "owner": "mozilla",
41 "repo": "nixpkgs-mozilla",
42 "rev": "0510159186dd2ef46e5464484fbdf119393afa58",
43 "type": "github"
44 },
45 "original": {
46 "owner": "mozilla",
47 "repo": "nixpkgs-mozilla",
48 "type": "github"
49 }
50 },
51 "naersk": {
52 "inputs": {
53 "nixpkgs": "nixpkgs"
54 },
55 "locked": {
56 "lastModified": 1631004250,
57 "narHash": "sha256-LGh0CjAZwh13AVkTi9w9lITEC7x6bwSQyFViOZ6HyNo=",
58 "owner": "nmattia",
59 "repo": "naersk",
60 "rev": "08afb3d1dbfe016108b72e05b02ba0f6ecb3c8e1",
61 "type": "github"
62 },
63 "original": {
64 "owner": "nmattia",
65 "repo": "naersk",
66 "type": "github"
67 }
68 },
69 "nixpkgs": {
70 "locked": {
71 "lastModified": 1631279684,
72 "narHash": "sha256-IxRRCEW+8crDkbYj+uzwkfjZ8swugtnAmfRpPOpKq6I=",
73 "owner": "NixOS",
74 "repo": "nixpkgs",
75 "rev": "ded7b6cb1bf3d6d03328b3f592069f2c4956a97f",
76 "type": "github"
77 },
78 "original": {
79 "id": "nixpkgs",
80 "type": "indirect"
81 }
82 },
83 "nixpkgs_2": {
84 "locked": {
85 "lastModified": 1631279684,
86 "narHash": "sha256-IxRRCEW+8crDkbYj+uzwkfjZ8swugtnAmfRpPOpKq6I=",
87 "owner": "NixOS",
88 "repo": "nixpkgs",
89 "rev": "ded7b6cb1bf3d6d03328b3f592069f2c4956a97f",
90 "type": "github"
91 },
92 "original": {
93 "id": "nixpkgs",
94 "type": "indirect"
95 }
96 },
97 "root": {
98 "inputs": {
99 "flake-compat": "flake-compat",
100 "gitignore": "gitignore",
101 "mozillapkgs": "mozillapkgs",
102 "naersk": "naersk",
103 "nixpkgs": "nixpkgs_2",
104 "utils": "utils"
105 }
106 },
107 "utils": {
108 "locked": {
109 "lastModified": 1629481132,
110 "narHash": "sha256-JHgasjPR0/J1J3DRm4KxM4zTyAj4IOJY8vIl75v/kPI=",
111 "owner": "numtide",
112 "repo": "flake-utils",
113 "rev": "997f7efcb746a9c140ce1f13c72263189225f482",
114 "type": "github"
115 },
116 "original": {
117 "owner": "numtide",
118 "repo": "flake-utils",
119 "type": "github"
120 }
121 }
122 },
123 "root": "root",
124 "version": 7
125}