diff --git a/flake.nix b/flake.nix index 554c89849..15ee49425 100644 --- a/flake.nix +++ b/flake.nix @@ -198,6 +198,12 @@ packages = forEachSystemPkgs (pkgs: (import ./hix/default.nix { inherit pkgs; }).apps ); + apps = forEachSystemPkgs (pkgs: + builtins.mapAttrs (name: exe: { + type = "app"; + program = exe + "/bin/${name}"; + }) pkgs.haskell-nix.nix-tools-unchecked.exes + ); allJobs = forEachSystem (system: stripAttrsForHydra (filterDerivations (