Skip to content

Commit

Permalink
postgresql: remove version from passthru
Browse files Browse the repository at this point in the history
It is already available in the regular attrs.

`passthru.version` prevents `overrideAttrs (attrs: { version = "x"; })` from
taking effect.
  • Loading branch information
orivej committed Apr 23, 2020
1 parent 1bceaa1 commit 7c4282b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/sql/postgresql/default.nix
Expand Up @@ -125,7 +125,7 @@ let
disallowedReferences = [ stdenv.cc ];

passthru = {
inherit readline psqlSchema version;
inherit readline psqlSchema;

pkgs = let
scope = { postgresql = this; };
Expand Down

0 comments on commit 7c4282b

Please sign in to comment.