Skip to content

Commit ab24564

Browse files
committed
nix: less inputs
1 parent c188439 commit ab24564

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

flake.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,22 @@
1212
url = "github:hercules-ci/flake-parts";
1313
inputs.nixpkgs-lib.follows = "nixpkgs";
1414
};
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+
};
1520
hpp-core = {
1621
url = "github:humanoid-path-planner/hpp-core/release/5.1.0";
1722
inputs.nixpkgs.follows = "nixpkgs";
1823
inputs.flake-parts.follows = "flake-parts";
24+
inputs.hpp-util.follows = "hpp-util";
1925
};
2026
hpp-template-corba = {
2127
url = "github:humanoid-path-planner/hpp-template-corba/release/5.1.0";
2228
inputs.nixpkgs.follows = "nixpkgs";
2329
inputs.flake-parts.follows = "flake-parts";
30+
inputs.hpp-util.follows = "hpp-util";
2431
};
2532
};
2633

0 commit comments

Comments
 (0)