We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1fee8d commit d2e2bdaCopy full SHA for d2e2bda
modules/programs/nix-your-shell.nix
@@ -39,6 +39,7 @@ in {
39
40
nushell = mkIf cfg.enableNushellIntegration {
41
extraEnv = ''
42
+ mkdir ${config.xdg.cacheHome}/nix-your-shell
43
${cfg.package}/bin/nix-your-shell nu | save --force ${config.xdg.cacheHome}/nix-your-shell/init.nu
44
'';
45
0 commit comments