We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c188439 commit ab24564Copy full SHA for ab24564
flake.lock
flake.nix
@@ -12,15 +12,22 @@
12
url = "github:hercules-ci/flake-parts";
13
inputs.nixpkgs-lib.follows = "nixpkgs";
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
+ };
20
hpp-core = {
21
url = "github:humanoid-path-planner/hpp-core/release/5.1.0";
22
inputs.nixpkgs.follows = "nixpkgs";
23
inputs.flake-parts.follows = "flake-parts";
24
+ inputs.hpp-util.follows = "hpp-util";
25
26
hpp-template-corba = {
27
url = "github:humanoid-path-planner/hpp-template-corba/release/5.1.0";
28
29
30
31
32
33
0 commit comments