Skip to content

Commit

Permalink
Update shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixUhle authored Aug 20, 2024
1 parent 3b9d5a4 commit 1cf68ea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ pkgs.mkShell {
nativeBuildInputs = with pkgs; [
pkg-config
gnumake
];
nativeCheckInputs = with pkgs; [
catch2
gcc
];
buildInputs = with pkgs; [
(boost185.override {
Expand All @@ -18,5 +16,8 @@ pkgs.mkShell {
flint
python310
gcc-arm-embedded
bear
catch2
];
}

0 comments on commit 1cf68ea

Please sign in to comment.