Add quark as a /etc/hosts entry.

This commit is contained in:
Tom Alexander
2025-04-19 21:14:40 -04:00
parent ca3ef67533
commit 6cf6e61193
2 changed files with 3 additions and 2 deletions

View File

@@ -34,8 +34,8 @@
# '';
nixpkgs.hostPlatform = {
gcc.arch = "znver4";
gcc.tune = "znver4";
gcc.arch = "znver5";
gcc.tune = "znver5";
system = "x86_64-linux";
};