diff --git a/flake.nix b/flake.nix index 499dbc3..16bd187 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,8 @@ }; outputs = { self, nixpkgs, flake-utils }: - flake-utils.lib.eachDefaultSystem (system: + let inherit (flake-utils.lib) eachSystem system; + in eachSystem [ system.x86_64-linux ] (system: let pkgs = nixpkgs.legacyPackages.${system}; in { packages = rec {