diff --git a/flake.nix b/flake.nix index e175965..b86da67 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,9 @@ , nur , nix-pre-commit-hooks , ... - }@inputs: flake-utils.lib.eachDefaultSystem + }@inputs: flake-utils.lib.eachSystem [ + "x86_64-linux" + ] (system: let pkgs = import nixpkgs { inherit system; };