diff --git a/fastfood-hs.cabal b/fastfood-hs.cabal index 48a9f95..0f05d11 100644 --- a/fastfood-hs.cabal +++ b/fastfood-hs.cabal @@ -15,7 +15,7 @@ extra-doc-files: CHANGELOG.md common warnings ghc-options: -Wall -executable fastfood +executable what-should-i-eat import: warnings main-is: Main.hs -- other-modules: diff --git a/flake.nix b/flake.nix index a68381f..6d9d309 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ random ]; license = pkgs.lib.licenses.agpl3Only; - mainProgram = "fastfood"; + mainProgram = "what-should-i-eat"; }; };