1
1
mirror of https://github.com/the-nix-way/dev-templates synced 2025-04-11 08:03:29 +02:00

Add nimble to the nim flake

This commit is contained in:
Fede-26 2024-09-02 21:12:06 +02:00
parent 9cdf78e0a1
commit 624e3a17ab

@ -13,7 +13,7 @@
{
devShells = forEachSupportedSystem ({ pkgs }: {
default = pkgs.mkShell {
packages = with pkgs; [ nim ];
packages = with pkgs; [ nim nimble ];
};
});
};