Skip to content

Commit

Permalink
Added cheriot-audit to the developer environment
Browse files Browse the repository at this point in the history
  • Loading branch information
HU90m authored and marnovandermaas committed Sep 3, 2024
1 parent 06b6bb0 commit 9bc33a8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,14 @@
devShells = rec {
default = pkgs.mkShell {
name = "sonata-sw";
packages = cheriotPkgs ++ [lrPkgs.uf2conv pkgs.python3Packages.pyserial mdutilsPkgs.default];
packages =
cheriotPkgs
++ [
lrPkgs.uf2conv
lrPkgs.cheriot-audit
pkgs.python3Packages.pyserial
mdutilsPkgs.default
];
};
env-with-sim = pkgs.mkShell {
name = "sonata-sw-with-sim";
Expand Down

0 comments on commit 9bc33a8

Please sign in to comment.