From 616bf76bda5da8ff7f16e88cf75752e9d15f1411 Mon Sep 17 00:00:00 2001 From: xecarlox94 Date: Mon, 2 Jun 2025 00:31:29 +0100 Subject: [PATCH] finishing automated setup --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0dac985..492a5d2 100644 --- a/flake.nix +++ b/flake.nix @@ -117,7 +117,7 @@ sed -i 's/base.*$/base, p2prc/' "$PROJECT_DIR".cabal - cat ${mainFileContent} > app/main.hs + cat ${mainFileContent} > app/Main.hs cabal2nix . > ./cabal.nix; cabal2nix . --shell > shell.nix