diff --git a/flake.nix b/flake.nix index 29da419..8dc589a 100644 --- a/flake.nix +++ b/flake.nix @@ -79,6 +79,7 @@ name = "Template"; }; }; + packages.default = pkgs.haskellPackages.callCabal2nix "nix-flake-haskell-template" ./. { }; }; } ); diff --git a/nix-flake-haskell-template.cabal b/nix-flake-haskell-template.cabal index e577b85..8fda2ed 100644 --- a/nix-flake-haskell-template.cabal +++ b/nix-flake-haskell-template.cabal @@ -40,7 +40,7 @@ homepage: https://git.sudoer777.dev/me/nix-flake-haskell-template/ license: MIT -- The file containing the license text. -license-file: LICENSE +license-file: LICENSES/MIT.txt -- The package author(s). author: Ethan Reece