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