Skip to content

Commit

Permalink
Merge pull request #56 from Fede-26/add-nimble
Browse files Browse the repository at this point in the history
Add nimble to the nim flake
  • Loading branch information
lucperkins authored Sep 12, 2024
2 parents f50d308 + 624e3a1 commit 30ab9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nim/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
devShells = forEachSupportedSystem ({ pkgs }: {
default = pkgs.mkShell {
packages = with pkgs; [ nim ];
packages = with pkgs; [ nim nimble ];
};
});
};
Expand Down

0 comments on commit 30ab9d5

Please sign in to comment.