code review

This commit is contained in:
Miguel Palhas
2024-10-04 17:35:03 +01:00
parent cbf66e1699
commit 5256730fe1
14 changed files with 58 additions and 54 deletions
+5
View File
@@ -0,0 +1,5 @@
{ inputs, pkgs, foundry, ... }: {
# home.packages = [ pkgs.foundry-bin pkgs.solc ];
programs = { gh.enable = true; };
}