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:
parent
9cdf78e0a1
commit
624e3a17ab
@ -13,7 +13,7 @@
|
||||
{
|
||||
devShells = forEachSupportedSystem ({ pkgs }: {
|
||||
default = pkgs.mkShell {
|
||||
packages = with pkgs; [ nim ];
|
||||
packages = with pkgs; [ nim nimble ];
|
||||
};
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user