We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba97aed + 1ab219e commit 35ab17eCopy full SHA for 35ab17e
1 file changed
nix/shell-plugins.nix
@@ -110,7 +110,7 @@ in
110
};
111
home = {
112
inherit packages;
113
- sessionVariables = { OP_PLUGINS_SOURCED = "1"; };
+ sessionVariables = { OP_PLUGIN_ALIASES_SOURCED = "1"; };
114
115
})
116
(optionalAttrs (!is-home-manager) {
@@ -121,7 +121,7 @@ in
121
122
environment = {
123
systemPackages = packages;
124
- variables = { OP_PLUGINS_SOURCED = "1"; };
+ variables = { OP_PLUGIN_ALIASES_SOURCED = "1"; };
125
126
127
]);
0 commit comments