diff options
| author | Stefan Kreutz <mail@skreutz.com> | 2026-04-16 02:22:41 +0200 |
|---|---|---|
| committer | Stefan Kreutz <mail@skreutz.com> | 2026-04-16 02:22:41 +0200 |
| commit | 16e0d7281e12dc672ae77de4c9328c33d6cd7074 (patch) | |
| tree | 0954f658b848e2f564f210952811488a3023494a /README.md | |
| parent | d07eaac0131f81db0dbacfbdae211e89254e2a05 (diff) | |
| download | temp-postgres-16e0d7281e12dc672ae77de4c9328c33d6cd7074.tar.gz | |
Add NixOS config example
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -90,9 +90,10 @@ make sudo make install ``` -Alternatively you can run (or install) the experimental Nix flake. +Alternatively you can run or install the experimental Nix flake: ```sh nix run git+https://git.skreutz.com/temp-postgres.git -- --help ``` +See the [NixOS example](./examples/nixos) for how to install `temp-postgres` on NixOS using Nix flakes. |