summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2026-04-16 15:22:51 +0200
committerStefan Kreutz <mail@skreutz.com>2026-04-16 15:22:51 +0200
commitb5442f6657d4245866104989a1f75ec0a5fe06ed (patch)
tree3c855ff8abd4fae9750a3b19c28d57ce7c092f6b /README.md
parent4ee4e4e3e98479b98e5b92305f0ba3e6cff0c3c6 (diff)
downloadtemp-postgres-b5442f6657d4245866104989a1f75ec0a5fe06ed.tar.gz
Add PostgreSQL version-specific Nix packages
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 07aae60..599c083 100644
--- a/README.md
+++ b/README.md
@@ -96,6 +96,12 @@ Alternatively you can run or install the experimental Nix flake:
nix run git+https://git.skreutz.com/temp-postgres.git -- --help
```
+You can optionally select the PostgreSQL version provided by Nixpkgs:
+
+```sh
+nix run git+https://git.skreutz.com/temp-postgres.git#temp-postgres_18 -- --help
+```
+
Try using Nix' `--refresh` flag, or adding `?ref=main&shallow=0` to the URL if you experience caching issues.
See the [NixOS example](./examples/nixos) for how to install `temp-postgres` on NixOS using Nix flakes.
Generated by cgit. See skreutz.com for my tech blog and contact information.