diff --git a/flake.nix b/flake.nix index 6814348..d5e2496 100644 --- a/flake.nix +++ b/flake.nix @@ -141,15 +141,15 @@ develop = [ (with profiles.develop.programming; [ - python - racket haskell java + kotlin + lua nim + python + racket rust zig - lua - kotlin ]) ]; };