-
Notifications
You must be signed in to change notification settings - Fork 1
/
flake.lock
99 lines (99 loc) · 2.46 KB
/
flake.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1623875721,
"narHash": "sha256-A8BU7bjS5GirpAUv4QA+QnJ4CceLHkcXdRp4xITDB0s=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "f7e004a55b120c02ecb6219596820fcd32ca8772",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"idris": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"idris-emacs-src": "idris-emacs-src",
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-chez-racket": "nixpkgs-chez-racket"
},
"locked": {
"lastModified": 1628167414,
"narHash": "sha256-sKmRDXAiFM89a9hKAN7j5MsJdXImsknsipaWXLJsc2I=",
"owner": "L-as",
"repo": "Idris2",
"rev": "06552b9660c21ea6e9d3e114d57990348f40f5e3",
"type": "github"
},
"original": {
"owner": "L-as",
"repo": "Idris2",
"type": "github"
}
},
"idris-emacs-src": {
"flake": false,
"locked": {
"lastModified": 1613351183,
"narHash": "sha256-ngg48SzrR2LCtjle3WR3BOK86USRB0ZXmgXWu9EzQbo=",
"owner": "redfish64",
"repo": "idris2-mode",
"rev": "77390611a934f13e03a45e9f8a4e476dd17a9c5b",
"type": "github"
},
"original": {
"owner": "redfish64",
"repo": "idris2-mode",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1614810944,
"narHash": "sha256-mDpk7kP5nRRMhXZDjGQUIoq+3mUgixPXt93md0fI46E=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "d485a4db259470c19872ef6bf13ef4a0c5b2bb3c",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"nixpkgs-chez-racket": {
"locked": {
"lastModified": 1627484694,
"narHash": "sha256-UsEb5G0ZJ8l/2y9u9FNj2akXx2PC5QAan24U3t32cfI=",
"owner": "L-as",
"repo": "nixpkgs",
"rev": "9b3c4bee8cee477ac03b0cfd4ebca40954c66106",
"type": "github"
},
"original": {
"owner": "L-as",
"ref": "chez-racket",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"idris": "idris",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}