Skip to content

Commit

Permalink
Merge pull request #8 from Gepetto/update_flake_lock_action
Browse files Browse the repository at this point in the history
flake.lock: Update
  • Loading branch information
mergify[bot] authored Dec 29, 2024
2 parents 71e7a37 + 8f5d4cd commit a1bdde7
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 45 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
with:
name: gepetto
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
extraPullNames: ros
- run: nix build -L .#devShells.x86_64-linux.pure
2 changes: 2 additions & 0 deletions .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ jobs:
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
57 changes: 29 additions & 28 deletions flake.lock

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

20 changes: 3 additions & 17 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,27 +1,13 @@
{
inputs = {
## TODO: this is the expected use
# we can't do that for now, and therefore we are loosing ros.cachix.org
#nix-ros-overlay.url = "github:lopsided98/nix-ros-overlay/master";
#nixpkgs.follows = "nix-ros-overlay/nixpkgs"; # IMPORTANT!!!

# ref. https://github.com/lopsided98/nix-ros-overlay/pull/538: ros pinocchio is nixpkgs pinocchio
nix-ros-overlay = {
url = "github:nim65s/nix-ros-overlay/pin";
inputs.nixpkgs.follows = "nixpkgs";
};

# nix-ros-overlay.inputs.nixpkgs is too old for now,
# patching packages which were moved to by-name is tedious,
# so let's switch to upstream for now.
# We'll have to compile / cache ROS stuff we need to gepetto.cachix.org for now.
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nix-ros-overlay.url = "github:lopsided98/nix-ros-overlay/master";
nixpkgs.follows = "nix-ros-overlay/nixpkgs";

## Patches for nixpkgs
# init HPP v6.0.0
# also: hpp-fcl v2.4.5 -> coal v3.0.0
patch-hpp = {
url = "https://github.com/NixOS/nixpkgs/pull/362956.patch";
url = "https://github.com/nim65s/nixpkgs/pull/1.patch";
flake = false;
};

Expand Down

0 comments on commit a1bdde7

Please sign in to comment.