This commit is contained in:
Raine Godmaire 2024-06-27 18:17:38 -04:00
parent 97a1eb03da
commit de98e25312
2 changed files with 13 additions and 3 deletions

View file

@ -1,7 +1,17 @@
{ pkgs, ... }:
{
packages = with pkgs; [ git go gopls delve flyctl ];
packages = with pkgs; [
git
scripts.start.exec = "go run main.go";
go
gopls
delve
air
flyctl
];
scripts.start.exec = "air";
}

View file

@ -45,7 +45,7 @@ const indexPage string = `<!doctype html>
<body>
<h1>Stormlight Archive Tracker</h1>
<p>
You should be reading <strong>{{.BookTitle}}</strong> and past the <strong>{{.Timestamp}}</strong> mark by the end of the day.
You should be reading <strong>{{.BookTitle}}</strong> and be past the <strong>{{.Timestamp}}</strong> mark by the end of the day.
</p>
</body>
</html>`