chore: fix some comments
This commit is contained in:
committed by
Wolfgang Walther
parent
cccf8b750d
commit
6b11332d6d
+1
-1
@@ -19,7 +19,7 @@ let
|
|||||||
"postgrest";
|
"postgrest";
|
||||||
|
|
||||||
# PostgREST source files, filtered based on the rules in the .gitignore files
|
# PostgREST source files, filtered based on the rules in the .gitignore files
|
||||||
# and file extensions. We want to include as litte as possible, as the files
|
# and file extensions. We want to include as little as possible, as the files
|
||||||
# added here will increase the space used in the Nix store and trigger the
|
# added here will increase the space used in the Nix store and trigger the
|
||||||
# build of new Nix derivations when changed.
|
# build of new Nix derivations when changed.
|
||||||
src =
|
src =
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ The image is built from scratch using
|
|||||||
[Nix](https://nixos.org/nixpkgs/manual/#sec-pkgs-dockerTools) instead of a
|
[Nix](https://nixos.org/nixpkgs/manual/#sec-pkgs-dockerTools) instead of a
|
||||||
`Dockerfile`, which yields a highly secure and optimized image. This is also why
|
`Dockerfile`, which yields a highly secure and optimized image. This is also why
|
||||||
no commands are listed in the image history. See the [PostgREST
|
no commands are listed in the image history. See the [PostgREST
|
||||||
respository](https://github.com/PostgREST/postgrest/tree/main/nix/tools/docker) for
|
repository](https://github.com/PostgREST/postgrest/tree/main/nix/tools/docker) for
|
||||||
details on the build process and how to inspect the image.
|
details on the build process and how to inspect the image.
|
||||||
|
|
||||||
This does not apply to the arm64 variant, which is based on Ubuntu.
|
This does not apply to the arm64 variant, which is based on Ubuntu.
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
, src
|
, src
|
||||||
}:
|
}:
|
||||||
let
|
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.
|
# pkgsStatic is based on musl, so is a kind of cross-compilation.
|
||||||
# We still make this explicit here via pkgsCross, because we need
|
# We still make this explicit here via pkgsCross, because we need
|
||||||
# to get postgresql/libpq for musl, too.
|
# to get postgresql/libpq for musl, too.
|
||||||
|
|||||||
+1
-1
@@ -13,7 +13,7 @@ nix:
|
|||||||
- pkgconfig
|
- pkgconfig
|
||||||
- postgresql
|
- postgresql
|
||||||
- zlib
|
- zlib
|
||||||
# disable pure by default so that the test enviroment can be passed
|
# disable pure by default so that the test environment can be passed
|
||||||
pure: false
|
pure: false
|
||||||
|
|
||||||
extra-deps:
|
extra-deps:
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ nix:
|
|||||||
- pkgconfig
|
- pkgconfig
|
||||||
- postgresql
|
- postgresql
|
||||||
- zlib
|
- zlib
|
||||||
# disable pure by default so that the test enviroment can be passed
|
# disable pure by default so that the test environment can be passed
|
||||||
pure: false
|
pure: false
|
||||||
|
|
||||||
extra-deps:
|
extra-deps:
|
||||||
|
|||||||
Reference in New Issue
Block a user