Skip to content

Commit

Permalink
Add python3 and clang-tools to nix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
JBetz committed Apr 18, 2024
1 parent 6eb6a32 commit 21ac25d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ in pkgs.mkShell {
inputsFrom = [
sequentia
];
buildInputs = [
pkgs.python3
pkgs.clang-tools
];
}

0 comments on commit 21ac25d

Please sign in to comment.