diff --git a/flake.nix b/flake.nix index 51b9157..9481c71 100644 --- a/flake.nix +++ b/flake.nix @@ -91,7 +91,7 @@ # Default package & app. packages.default = self'.packages.haskell-template; - packages.apps = self'.apps.haskell-template; + apps.default = self'.apps.haskell-template; # Default shell. devShells.default = pkgs.mkShell {