diff --git a/flake.nix b/flake.nix index 71e2734..4dfb750 100644 --- a/flake.nix +++ b/flake.nix @@ -60,7 +60,7 @@ specialArgs = { inherit inputs; pkgs = import nixpkgs { - hostPlatform = "x86_64-linux"; + localSystem = "x86_64-linux"; config.allowUnfree = true; }; };