ex1: add nix dependencies

This commit is contained in:
2025-09-04 14:50:56 +02:00
parent 869005a86d
commit 81d05f8381
2 changed files with 3 additions and 2 deletions
Regular → Executable
View File
+3 -2
View File
@@ -16,14 +16,15 @@
buildInputs = with pkgs; [
gcc
gnumake
feh
feh
imagemagick_light
typst
typstyle
zip
unzip
feh
# exercise 1: 1D wave equation plotting utils
gnuplot
ffmpeg
];
shellHook = ''
echo welcome!