diff --git a/flake.nix b/flake.nix index a32599e..1bcbe53 100644 --- a/flake.nix +++ b/flake.nix @@ -63,6 +63,7 @@ specialArgs = { inherit inputs; pkgs = import nixpkgs { + system = "x86_64-linux"; config.allowUnfree = true; }; };