Skip to content

Commit

Permalink
updating flake with newest cantools hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Mar 24, 2024
1 parent a88bfa9 commit 3047851
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
20 changes: 10 additions & 10 deletions flake.lock

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

12 changes: 11 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
mcap.url = "github:RCMast3r/py_mcap_nix";
foxglove-websocket.url = "github:RCMast3r/py_foxglove_webserver_nix";
asyncudp.url = "github:RCMast3r/asyncudp_nix";
ht_can_pkg_flake.url = "github:hytech-racing/ht_can/27";
ht_can_pkg_flake.url = "github:hytech-racing/ht_can/37";
nix-proto = { url = "github:notalltim/nix-proto"; };
};

Expand Down Expand Up @@ -58,6 +58,16 @@
};
};
my_overlays = [
(self: super: {
cantools = super.cantools.overridePythonAttrs (old: rec {
version = "39.4.5";
src = old.fetchPypi {
pname = "cantools";
inherit version;
# hash = "sha256-JQn+rtpy/OA2deLszSKEuxyttqBzcAil50H+JDHUdCE=";
};
});
})
py_dbc_proto_gen_overlay
py_data_acq_overlay
proto_gen_overlay
Expand Down

0 comments on commit 3047851

Please sign in to comment.