This commit is contained in:
Your Name
2025-07-18 12:33:31 +08:00
parent cab865dff3
commit f21234790e
9 changed files with 307 additions and 58 deletions
+1 -1
View File
@@ -8,5 +8,5 @@
};
# Set your system kind (needed for flakes)
nixpkgs.hostPlatform = "x86_64-linux";
nixpkgs.hostPlatform = "aarch64-linux";
}