diff --git a/flake.nix b/flake.nix index 027a7f8..2cda0e0 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ nixpkgs, flake-utils, }: - flake-utils.lib.eachDefaultSystem ( + flake-utils.lib.eachSystem ["aarch64-linux" "x86_64-linux"] ( system: let pkgs = import nixpkgs {inherit system;}; in rec {