commit 00735b8b2e69e5c2e310a0c0de89180f50f9407e parent dfcd0ef73f210152390e383cdf848a7cedb09d03 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 12 Aug 2023 15:27:24 +0200 Fix typo Diffstat:
| M | nixos/worker-1/configuration.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -42,7 +42,7 @@ allowUnfree = true; }; - nixpkgs.localSystem = { + localSystem = { #gcc.arch = "skylake"; #gcc.tune = "skylake"; system = "aarch64-linux";