Skip to content

Commit

Permalink
flake: update dependencies, enable misoc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Oct 8, 2022
1 parent 192cab8 commit 3ffbc56
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 20 deletions.
54 changes: 35 additions & 19 deletions flake.lock

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

1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@
misoc = pkgs.python3Packages.buildPythonPackage {
name = "misoc";
src = src-misoc;
doCheck = false; # TODO: fix misoc bitrot and re-enable tests
propagatedBuildInputs = with pkgs.python3Packages; [ jinja2 numpy migen pyserial asyncserial ];
};

Expand Down

0 comments on commit 3ffbc56

Please sign in to comment.