Skip to content

Commit 35ab17e

Browse files
authored
Merge pull request #549 from jbhannah/jbhannah/nix-aliases-sourced
fix OP_PLUGIN_ALIASES_SOURCED env variable
2 parents ba97aed + 1ab219e commit 35ab17e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nix/shell-plugins.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ in
110110
};
111111
home = {
112112
inherit packages;
113-
sessionVariables = { OP_PLUGINS_SOURCED = "1"; };
113+
sessionVariables = { OP_PLUGIN_ALIASES_SOURCED = "1"; };
114114
};
115115
})
116116
(optionalAttrs (!is-home-manager) {
@@ -121,7 +121,7 @@ in
121121
};
122122
environment = {
123123
systemPackages = packages;
124-
variables = { OP_PLUGINS_SOURCED = "1"; };
124+
variables = { OP_PLUGIN_ALIASES_SOURCED = "1"; };
125125
};
126126
})
127127
]);

0 commit comments

Comments
 (0)