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.
1 parent ec0377a commit 13a3b13Copy full SHA for 13a3b13
nix/shell-plugins.nix
@@ -29,8 +29,7 @@ in {
29
# depending on if it's using `home-manager` or not; this means that Nix can still
30
# compute the dependency tree, even though we're discarding string context here,
31
# since the packages are still referred to below without discarding string context.
32
- builtins.unsafeDiscardStringContext (baseNameOf (getExe package)))
33
- cfg.plugins;
+ strings.unsafeDiscardStringContext (baseNameOf (getExe package))) cfg.plugins;
34
# Explanation:
35
# Map over `cfg.plugins` (the value of the `plugins` option provided by the user)
36
# and for each package specified, get the executable name, then create a shell alias
0 commit comments