diff options
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tasks/default.nix b/tasks/default.nix index 15f2a1d..9e641c3 100644 --- a/tasks/default.nix +++ b/tasks/default.nix @@ -39,7 +39,7 @@ in { type = "environment"; environment = mkShellDerivation "cpp-env" (with pkgs; [ cmake - gcc10 + gcc13 gdb cgdb universal-ctags ]); @@ -61,6 +61,7 @@ in { type = "environment"; environment = mkShellDerivation "latex-env" (with pkgs; [ texlive.combined.scheme-full + biber ]); }; |