This commit is contained in:
Miguel Palhas
2025-06-29 14:50:36 +01:00
parent 855b54e0c2
commit 0f2a209c52
7 changed files with 36 additions and 10 deletions
+7
View File
@@ -12,6 +12,13 @@
gnumake
];
programs.nix-ld = {
enable = true;
libraries = with pkgs; [
stdenv.cc.cc.lib
];
};
time = {
timeZone = "Europe/Lisbon";
};