diff --git a/flake.nix b/flake.nix index 574e469..1f10ac4 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ }; outputs = { nixpkgs, flake-utils, ... }: - flake-utils.lib.eachDefaultSystem (system: + flake-utils.lib.eachSystem flake-utils.lib.defaultSystems (system: let pkgs = import nixpkgs { inherit system; }; in