diff --git a/devenv.nix b/devenv.nix index d2c5d15..8f885a1 100644 --- a/devenv.nix +++ b/devenv.nix @@ -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"; } diff --git a/index.go b/index.go index 718ffcc..8e9fad5 100644 --- a/index.go +++ b/index.go @@ -45,7 +45,7 @@ const indexPage string = `

Stormlight Archive Tracker

- You should be reading {{.BookTitle}} and past the {{.Timestamp}} mark by the end of the day. + You should be reading {{.BookTitle}} and be past the {{.Timestamp}} mark by the end of the day.

`