-
Notifications
You must be signed in to change notification settings - Fork 7
/
flake.lock
60 lines (60 loc) · 1.42 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
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1655707439,
"narHash": "sha256-pLQHpTFguAtlpKA/iXw4EYKvTUKj4pAa3I/XYf8Yi1U=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c8f6b47ac9ed1e9b7f4672ef108299c8d4046a3f",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "master",
"type": "indirect"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1655707439,
"narHash": "sha256-pLQHpTFguAtlpKA/iXw4EYKvTUKj4pAa3I/XYf8Yi1U=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c8f6b47ac9ed1e9b7f4672ef108299c8d4046a3f",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "master",
"type": "indirect"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"uutils": "uutils"
}
},
"uutils": {
"inputs": {
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1656658058,
"narHash": "sha256-URCYXr+pwdqEh12pfjZ0K0KTom0pT4nXUB3HV9lBFyA=",
"owner": "UPPAALModelChecker",
"repo": "UUtils",
"rev": "4b9af0c1c4b630dcf24e4516c27766b84e9866d7",
"type": "github"
},
"original": {
"owner": "UPPAALModelChecker",
"repo": "UUtils",
"type": "github"
}
}
},
"root": "root",
"version": 7
}