Skip to content

Commit e55ffb2

Browse files
committed
nix: switch to flakoboros
1 parent 4ba6038 commit e55ffb2

2 files changed

Lines changed: 70 additions & 36 deletions

File tree

flake.lock

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

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
inputs = {
55
gazebros2nix.url = "github:gepetto/gazebros2nix";
6+
flakoboros.follows = "gazebros2nix/flakoboros";
67
flake-parts.follows = "gazebros2nix/flake-parts";
78
nixpkgs.follows = "gazebros2nix/nixpkgs";
89
nix-ros-overlay.follows = "gazebros2nix/nix-ros-overlay";
@@ -19,8 +20,7 @@
1920
imports = [
2021
inputs.gazebros2nix.flakeModule
2122
{
22-
gazebros2nix.rosOverrides.linear-feedback-controller = _final: _ros-final: {
23-
postPatch = ""; # remove when >3.0.1 in gazebros2nix
23+
flakoboros.rosOverrideAttrs.linear-feedback-controller = _: _: {
2424
src = lib.fileset.toSource {
2525
root = ./.;
2626
fileset = lib.fileset.unions [

0 commit comments

Comments
 (0)