diff --git a/nim/flake.nix b/nim/flake.nix index 5fe8459..0c043a1 100644 --- a/nim/flake.nix +++ b/nim/flake.nix @@ -13,7 +13,7 @@ { devShells = forEachSupportedSystem ({ pkgs }: { default = pkgs.mkShell { - packages = with pkgs; [ nim ]; + packages = with pkgs; [ nim nimble ]; }; }); };