Skip to content

Commit d2e2bda

Browse files
authored
nix-your-shell: fix creating required directory
This fixes #6161
1 parent c1fee8d commit d2e2bda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/programs/nix-your-shell.nix

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ in {
3939

4040
nushell = mkIf cfg.enableNushellIntegration {
4141
extraEnv = ''
42+
mkdir ${config.xdg.cacheHome}/nix-your-shell
4243
${cfg.package}/bin/nix-your-shell nu | save --force ${config.xdg.cacheHome}/nix-your-shell/init.nu
4344
'';
4445

0 commit comments

Comments
 (0)