chore: fix some comments

This commit is contained in:
closeobserve
2024-08-02 09:01:15 +02:00
committed by Wolfgang Walther
parent cccf8b750d
commit 6b11332d6d
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
, src
}:
let
# This builds a static PostgREST exectuable based on pkgsStatic.
# This builds a static PostgREST executable based on pkgsStatic.
# pkgsStatic is based on musl, so is a kind of cross-compilation.
# We still make this explicit here via pkgsCross, because we need
# to get postgresql/libpq for musl, too.