Skip to content

Commit

Permalink
nix: add cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jul 4, 2024
1 parent f91281d commit 146e302
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
description = "Multi contact trajectory generation for the COM using Bezier curves";

nixConfig = {
extra-substituters = [ "https://gepetto.cachix.org" ];
extra-trusted-public-keys = [ "gepetto.cachix.org-1:toswMl31VewC0jGkN6+gOelO2Yom0SOHzPwJMY2XiDY=" ];
};

inputs = {
nixpkgs.url = "github:nim65s/nixpkgs/gepetto";
flake-parts = {
Expand Down

0 comments on commit 146e302

Please sign in to comment.