forked from haskell-beam/beam
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathflake.lock
More file actions
96 lines (96 loc) · 2.49 KB
/
flake.lock
File metadata and controls
96 lines (96 loc) · 2.49 KB
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
{
"nodes": {
"euler-build": {
"inputs": {
"flake-utils": "flake-utils",
"nix-inclusive": "nix-inclusive",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1618838162,
"narHash": "sha256-MjEvoyBUPRY5xrbUmAhvismwrK4nIYy3jf2g81ijJsU=",
"ref": "master",
"rev": "90f393f7f91e1bb9d7b3c0ece1aa919797d1987b",
"revCount": 33,
"type": "git",
"url": "ssh://git@ssh.bitbucket.juspay.net/jbiz/euler-build"
},
"original": {
"id": "euler-build",
"type": "indirect"
}
},
"flake-utils": {
"locked": {
"lastModified": 1600209923,
"narHash": "sha256-zoOWauTliFEjI++esk6Jzk7QO5EKpddWXQm9yQK24iM=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "3cd06d3c1df6879c9e41cb2c33113df10566c760",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nix-inclusive": {
"inputs": {
"stdlib": "stdlib"
},
"locked": {
"lastModified": 1604413592,
"narHash": "sha256-3cr2RRBCXNb+6Q1s3tEQiN4LjoFC8OsMSG8WuCyGe/g=",
"owner": "juspay",
"repo": "nix-inclusive",
"rev": "2ca1706029bfcf4bb7eaf17b4f32e49f436a148e",
"type": "github"
},
"original": {
"owner": "juspay",
"repo": "nix-inclusive",
"rev": "2ca1706029bfcf4bb7eaf17b4f32e49f436a148e",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1618072958,
"narHash": "sha256-QDKj58ECixtb4EJMWV5D5Lb2xdCgab1Opi4zjQWbDOg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a73020b2a150322c9832b50baeb0296ba3b13dd7",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a73020b2a150322c9832b50baeb0296ba3b13dd7",
"type": "github"
}
},
"root": {
"inputs": {
"euler-build": "euler-build"
}
},
"stdlib": {
"locked": {
"lastModified": 1590026685,
"narHash": "sha256-E5INrVvYX/P/UpcoUFDAsuHem+lsqT+/teBs9O7oc9Q=",
"owner": "manveru",
"repo": "nix-lib",
"rev": "99088cf7febcdb21afd375a335dcafa959bef3ed",
"type": "github"
},
"original": {
"owner": "manveru",
"repo": "nix-lib",
"type": "github"
}
}
},
"root": "root",
"version": 7
}