From f27cb07fb20432218726f5d9231a9352b0bb30a0 Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Fri, 24 Feb 2023 15:45:53 +0100 Subject: [PATCH] give ninja to the shell --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 4daa83a..7267c75 100644 --- a/shell.nix +++ b/shell.nix @@ -7,6 +7,7 @@ with import {}; clang-tools_15 gfortran12 cmake + ninja gdb valgrind python39