Skip to content

Commit 91d0ec1

Browse files
committed
nix: add solo12 app to flake
Signed-off-by: Gwenn Le Bihan <[email protected]>
1 parent d60a5ef commit 91d0ec1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
type = "app";
4949
program = "${self'.packages.odri-control-interface}/bin/odri_control_interface_demo_testbench";
5050
};
51+
solo12 = {
52+
type = "app";
53+
program = "${self'.packages.odri-control-interface}/bin/odri_control_interface_demo_solo12";
54+
};
5155
};
5256
};
5357
};

0 commit comments

Comments
 (0)