Skip to content

Commit dc7b402

Browse files
committed
Updated Cmd of release.nix
1 parent 73aa9e1 commit dc7b402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ in
1414
name = application.name;
1515
contents = application;
1616
config = {
17-
Cmd = [ "/bin/haskell-demo-exe" ];
17+
Cmd = [ "/bin/haskell-demo-library-exe" ];
1818
};
1919
};
2020
}

0 commit comments

Comments
 (0)