Skip to content

Commit

Permalink
Added screen and openFPGALoader to dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
HU90m committed Mar 26, 2024
1 parent 6719792 commit 00612b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@
formatter = pkgs.alejandra;
devShells.default = pkgs.mkShell {
name = "sonata-system-devshell";
packages = [pkgs.gtkwave] ++ (with sonata-simulator; buildInputs ++ nativeBuildInputs);
packages =
(with pkgs; [screen gtkwave openfpgaloader])
++ (with sonata-simulator; buildInputs ++ nativeBuildInputs);
};
packages = {inherit sonata-simulator sonata-documentation;};
};
Expand Down

0 comments on commit 00612b4

Please sign in to comment.