-
Notifications
You must be signed in to change notification settings - Fork 0
/
flake.lock
113 lines (113 loc) · 2.82 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1605370193,
"narHash": "sha256-YyMTf3URDL/otKdKgtoMChu4vfVL3vCMkRqpGifhUn0=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5021eac20303a61fafe17224c087f5519baed54d",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"make-shell": {
"locked": {
"lastModified": 1634940815,
"narHash": "sha256-P69OmveboXzS+es1vQGS4bt+ckwbeIExqxfGLjGuJqA=",
"owner": "ursi",
"repo": "nix-make-shell",
"rev": "8add91681170924e4d0591b22f294aee3f5516f9",
"type": "github"
},
"original": {
"owner": "ursi",
"ref": "1",
"repo": "nix-make-shell",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1638097282,
"narHash": "sha256-EXCzj9b8X/lqDPJapxZThIOKL5ASbpsJZ+8L1LnY1ig=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "78cb77b29d37a9663e05b61abb4fa09465da4b70",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"purs-nix": {
"inputs": {
"utils": "utils"
},
"locked": {
"lastModified": 1637634116,
"narHash": "sha256-1CMW6SaxLe0M5kl2AuTbwelPPwxQMD0Hgr9hpjm+yy0=",
"owner": "ursi",
"repo": "purs-nix",
"rev": "c104ab835d2859066626b003339bc61ccc799431",
"type": "github"
},
"original": {
"owner": "ursi",
"repo": "purs-nix",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"purs-nix": "purs-nix",
"utils": "utils_2"
}
},
"utils": {
"locked": {
"lastModified": 1620759905,
"narHash": "sha256-WiyWawrgmyN0EdmiHyG2V+fqReiVi8bM9cRdMaKQOFg=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "b543720b25df6ffdfcf9227afafc5b8c1fabfae8",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"utils_2": {
"inputs": {
"flake-utils": "flake-utils",
"make-shell": "make-shell"
},
"locked": {
"lastModified": 1635037316,
"narHash": "sha256-TTYcq2gQVeW7p1K7LNl3wMQLICpKdnocTxm7RbHz/KM=",
"owner": "ursi",
"repo": "flake-utils",
"rev": "1e16eb9a59cb8ccc81613a7d80ece0e6c962d7aa",
"type": "github"
},
"original": {
"owner": "ursi",
"ref": "3",
"repo": "flake-utils",
"type": "github"
}
}
},
"root": "root",
"version": 7
}