From b582f716c171918997798b93c8100e8c8def4b22 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Wed, 25 Dec 2024 21:27:57 -0500 Subject: [PATCH] use system --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 71e2734..da6cb6d 100644 --- a/flake.nix +++ b/flake.nix @@ -60,7 +60,7 @@ specialArgs = { inherit inputs; pkgs = import nixpkgs { - hostPlatform = "x86_64-linux"; + system = "x86_64-linux"; config.allowUnfree = true; }; };