Skip to content

Commit

Permalink
#81 _module missing quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qknight committed Dec 4, 2023
1 parent 7e421fe commit a096e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/dbshell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let
value = lib.mapAttrs' (lib.const (dbcfg: {
inherit (dbcfg) name;
value = {
user = cfg._module.args.mkUniqueUser dbcfg.user;
user = dbcfg.user; # FIXME apply mkUniqueUser maybe?
command = let
inherit (dbcfg) type;
errMsg = "Unable to determine database shell access command"
Expand Down

0 comments on commit a096e34

Please sign in to comment.