Skip to content

Commit

Permalink
Add shell.nix.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Oct 20, 2023
1 parent faf7d22 commit 0dd5784
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
with import <nixpkgs> {};

mkShell {
buildInputs = [
ocl-icd
opencl-headers
python3
python3Packages.pygame
python3Packages.numpy
python3Packages.pyopencl
SDL2
SDL2_ttf
];
}

0 comments on commit 0dd5784

Please sign in to comment.