-
Notifications
You must be signed in to change notification settings - Fork 0
/
flake.lock
95 lines (95 loc) · 2.31 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
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1652776076,
"narHash": "sha256-gzTw/v1vj4dOVbpBSJX4J0DwUR6LIyXo7/SuuTJp1kM=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "04c1b180862888302ddfb2e3ad9eaa63afc60cf8",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"liquid-fixpoint": {
"inputs": {
"flake-utils": [
"liquidhaskell",
"flake-utils"
],
"nixpkgs": [
"liquidhaskell",
"nixpkgs"
]
},
"locked": {
"lastModified": 1653693908,
"narHash": "sha256-IYrQB9M/XdDaDzQ1576iUNvbehJ4fUlKvPtg5l/Z5xU=",
"owner": "plredmond",
"repo": "liquid-fixpoint",
"rev": "8ce7686045c49b25b46ea3024e9c0dd2979d8488",
"type": "github"
},
"original": {
"owner": "plredmond",
"ref": "nix-flake",
"repo": "liquid-fixpoint",
"type": "github"
}
},
"liquidhaskell": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"liquid-fixpoint": "liquid-fixpoint",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1653694318,
"narHash": "sha256-vcnFcSoIQW2/Aa7wEISrnrL7PmJGWJofL1qrjLS7pxU=",
"owner": "plredmond",
"repo": "liquidhaskell",
"rev": "a5c45ff4a5132cee6fe94a6c60e51d74f5e519cb",
"type": "github"
},
"original": {
"owner": "plredmond",
"ref": "nix-flake",
"repo": "liquidhaskell",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1653504306,
"narHash": "sha256-bqjEskV+/tqOQqSEaCu4e6uWZ0F7ekBiMR16xpn4V0k=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6efc186e6079ff3f328a2497ff3d36741ac60f6e",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-22.05",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"liquidhaskell": "liquidhaskell",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}