Adding foundry

This commit is contained in:
Miguel Palhas
2024-10-04 17:51:23 +01:00
parent 876a002af6
commit 7ab89c1f28
3 changed files with 8 additions and 7 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
{ inputs, pkgs, foundry, ... }: {
# home.packages = [ pkgs.foundry-bin pkgs.solc ];
home.packages = with pkgs; [ foundry-bin solc ];
programs = { gh.enable = true; };
}