From 81d05f838195309d13cf5a677351db8b80ce9ac5 Mon Sep 17 00:00:00 2001 From: fredrikr79 Date: Thu, 4 Sep 2025 14:50:56 +0200 Subject: [PATCH] ex1: add nix dependencies --- exercise1/plot_image.sh | 0 flake.nix | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 exercise1/plot_image.sh diff --git a/exercise1/plot_image.sh b/exercise1/plot_image.sh old mode 100644 new mode 100755 diff --git a/flake.nix b/flake.nix index 63a4851..c994221 100644 --- a/flake.nix +++ b/flake.nix @@ -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!