Skip to content

Commit

Permalink
nix: less inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jun 29, 2024
1 parent c188439 commit ab24564
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 4 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,22 @@
url = "github:hercules-ci/flake-parts";
inputs.nixpkgs-lib.follows = "nixpkgs";
};
hpp-util = {
url = "github:humanoid-path-planner/hpp-util/release/5.1.0";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts";
};
hpp-core = {
url = "github:humanoid-path-planner/hpp-core/release/5.1.0";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts";
inputs.hpp-util.follows = "hpp-util";
};
hpp-template-corba = {
url = "github:humanoid-path-planner/hpp-template-corba/release/5.1.0";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts";
inputs.hpp-util.follows = "hpp-util";
};
};

Expand Down

0 comments on commit ab24564

Please sign in to comment.