File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 12
12
url = "github:hercules-ci/flake-parts" ;
13
13
inputs . nixpkgs-lib . follows = "nixpkgs" ;
14
14
} ;
15
+ hpp-util = {
16
+ url = "github:humanoid-path-planner/hpp-util/release/5.1.0" ;
17
+ inputs . nixpkgs . follows = "nixpkgs" ;
18
+ inputs . flake-parts . follows = "flake-parts" ;
19
+ } ;
15
20
hpp-core = {
16
21
url = "github:humanoid-path-planner/hpp-core/release/5.1.0" ;
17
22
inputs . nixpkgs . follows = "nixpkgs" ;
18
23
inputs . flake-parts . follows = "flake-parts" ;
24
+ inputs . hpp-util . follows = "hpp-util" ;
19
25
} ;
20
26
hpp-template-corba = {
21
27
url = "github:humanoid-path-planner/hpp-template-corba/release/5.1.0" ;
22
28
inputs . nixpkgs . follows = "nixpkgs" ;
23
29
inputs . flake-parts . follows = "flake-parts" ;
30
+ inputs . hpp-util . follows = "hpp-util" ;
24
31
} ;
25
32
} ;
26
33
You can’t perform that action at this time.
0 commit comments