about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 4141100..6dba1ca 100644
--- a/flake.nix
+++ b/flake.nix
@@ -50,7 +50,7 @@
 		musl-pkgs = import nixpkgs {
 			inherit system;
 			crossSystem = {
-				config = "x86_64-unknown-linux-musl";
+				config = "${system}-musl";
 			};
 		};