diff options
Diffstat (limited to 'temp-postgres.nix')
-rw-r--r-- | temp-postgres.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/temp-postgres.nix b/temp-postgres.nix index 3dc3338..86045f4 100644 --- a/temp-postgres.nix +++ b/temp-postgres.nix @@ -1,7 +1,7 @@ { lib, stdenv, postgresql, makeBinaryWrapper }: stdenv.mkDerivation rec { name = "temp-postgres-${version}"; - version = "0.1"; + version = "0.1"; # TODO: set or infer correct version src = ./.; |