diff --git a/flake.nix b/flake.nix index 5e1223290a..1a749b4e06 100644 --- a/flake.nix +++ b/flake.nix @@ -103,6 +103,10 @@ }; }; + apps = haskell-nix-flake.apps // { + default = self.apps."${system}"."unison-cli:exe:unison"; + }; + devShells = nixpkgs-devShells // { default = self.devShells."${system}".only-tools-nixpkgs; haskell-nix = haskell-nix-flake.devShells;