diff --git a/flake.nix b/flake.nix index b940d5a..7603b35 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ flake-utils, ... }: - flake-utils.lib.eachDefaultSystem ( + flake-utils.lib.eachSystem flake-utils.lib.allSystems ( system: let pkgs = import nixpkgs { inherit system; };