File tree 5 files changed +5
-5
lines changed 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
"postgrest" ;
20
20
21
21
# PostgREST source files, filtered based on the rules in the .gitignore files
22
- # and file extensions. We want to include as litte as possible, as the files
22
+ # and file extensions. We want to include as little as possible, as the files
23
23
# added here will increase the space used in the Nix store and trigger the
24
24
# build of new Nix derivations when changed.
25
25
src =
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ The image is built from scratch using
64
64
[ Nix] ( https://nixos.org/nixpkgs/manual/#sec-pkgs-dockerTools ) instead of a
65
65
` Dockerfile ` , which yields a highly secure and optimized image. This is also why
66
66
no commands are listed in the image history. See the [ PostgREST
67
- respository ] ( https://github.com/PostgREST/postgrest/tree/main/nix/tools/docker ) for
67
+ repository ] ( https://github.com/PostgREST/postgrest/tree/main/nix/tools/docker ) for
68
68
details on the build process and how to inspect the image.
69
69
70
70
This does not apply to the arm64 variant, which is based on Ubuntu.
Original file line number Diff line number Diff line change 4
4
, src
5
5
} :
6
6
let
7
- # This builds a static PostgREST exectuable based on pkgsStatic.
7
+ # This builds a static PostgREST executable based on pkgsStatic.
8
8
# pkgsStatic is based on musl, so is a kind of cross-compilation.
9
9
# We still make this explicit here via pkgsCross, because we need
10
10
# to get postgresql/libpq for musl, too.
Original file line number Diff line number Diff line change 13
13
- pkgconfig
14
14
- postgresql
15
15
- zlib
16
- # disable pure by default so that the test enviroment can be passed
16
+ # disable pure by default so that the test environment can be passed
17
17
pure : false
18
18
19
19
extra-deps :
Original file line number Diff line number Diff line change 6
6
- pkgconfig
7
7
- postgresql
8
8
- zlib
9
- # disable pure by default so that the test enviroment can be passed
9
+ # disable pure by default so that the test environment can be passed
10
10
pure : false
11
11
12
12
extra-deps :
You can’t perform that action at this time.
0 commit comments