Skip to content

Commit

Permalink
chore: fix some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
closeobserve authored and wolfgangwalther committed Aug 2, 2024
1 parent cccf8b7 commit 6b11332
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let
"postgrest";

# 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
# build of new Nix derivations when changed.
src =

This comment has been minimized.

Copy link
@Cemg10

Cemg10 Aug 6, 2024

Subir

Expand Down
2 changes: 1 addition & 1 deletion docker-hub-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The image is built from scratch using
[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
no commands are listed in the image history. See the [PostgREST
respository](https://github.com/PostgREST/postgrest/tree/main/nix/tools/docker) for

This comment has been minimized.

Copy link
@Cemg10

Cemg10 Aug 6, 2024

Positivo

repository](https://github.com/PostgREST/postgrest/tree/main/nix/tools/docker) for
details on the build process and how to inspect the image.

This does not apply to the arm64 variant, which is based on Ubuntu.
2 changes: 1 addition & 1 deletion nix/static.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion stack-21.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nix:
- pkgconfig
- postgresql
- 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

extra-deps:
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ nix:
- pkgconfig
- postgresql
- 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

extra-deps:
Expand Down

0 comments on commit 6b11332

Please sign in to comment.