We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcb1f2 commit 706e3bbCopy full SHA for 706e3bb
flake.nix
@@ -56,6 +56,7 @@
56
packages = {
57
default = self'.packages.crocoddyl;
58
crocoddyl = pkgs.python3Packages.crocoddyl.overrideAttrs (super: {
59
+ patches = [ ];
60
src = pkgs.lib.fileset.toSource {
61
root = ./.;
62
fileset = pkgs.lib.fileset.unions [
0 commit comments