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; }; };