forked from HorizonRobotics/alf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
flake.lock
106 lines (106 loc) · 2.55 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
{
"nodes": {
"alf-devenv": {
"inputs": {
"ml-pkgs": "ml-pkgs",
"nixpkgs": [
"nixpkgs"
],
"utils": "utils"
},
"locked": {
"lastModified": 1639518535,
"narHash": "sha256-gkVszJhfMXKlv1gWNUr3kEHPmLWXn95FUq0liaA6JxY=",
"owner": "HorizonRobotics",
"repo": "alf-nix-devenv",
"rev": "d7d9d65f3cfca9740fa21b4853b32768e967ba19",
"type": "github"
},
"original": {
"owner": "HorizonRobotics",
"repo": "alf-nix-devenv",
"type": "github"
}
},
"ml-pkgs": {
"inputs": {
"nixpkgs": [
"alf-devenv",
"nixpkgs"
],
"utils": [
"alf-devenv",
"utils"
]
},
"locked": {
"lastModified": 1639517410,
"narHash": "sha256-X1AK/Otja1uQJZo7Xil4WWflxFfnsfs+n0sMkzkVZVA=",
"owner": "nixvital",
"repo": "ml-pkgs",
"rev": "719e6f48e292f1a8694b1d36b45276f98a0122f4",
"type": "github"
},
"original": {
"owner": "nixvital",
"repo": "ml-pkgs",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1622516815,
"narHash": "sha256-ZjBd81a6J3TwtlBr3rHsZspYUwT9OdhDk+a/SgSEf7I=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "7e9b0dff974c89e070da1ad85713ff3c20b0ca97",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "21.05",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"alf-devenv": "alf-devenv",
"nixpkgs": "nixpkgs",
"utils": "utils_2"
}
},
"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"
}
},
"utils_2": {
"locked": {
"lastModified": 1623875721,
"narHash": "sha256-A8BU7bjS5GirpAUv4QA+QnJ4CceLHkcXdRp4xITDB0s=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "f7e004a55b120c02ecb6219596820fcd32ca8772",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
}
},
"root": "root",
"version": 7
}