From de98e25312171a78c967387975919dbf43ddb6fb Mon Sep 17 00:00:00 2001 From: Raine Godmaire Date: Thu, 27 Jun 2024 18:17:38 -0400 Subject: [PATCH] Meh --- devenv.nix | 14 ++++++++++++-- index.go | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) 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.

`