atuin: fix nushell config
This commit is contained in:
parent
53cacafd9b
commit
282739209a
1 changed files with 3 additions and 1 deletions
|
|
@ -124,7 +124,9 @@ in {
|
|||
programs.nushell = mkIf cfg.enableNushellIntegration {
|
||||
extraConfig = ''
|
||||
source ${
|
||||
pkgs.runCommand "atuin-nushell-config.nu" { } ''
|
||||
pkgs.runCommand "atuin-nushell-config.nu" {
|
||||
nativeBuildInputs = [ pkgs.writableTmpDirAsHomeHook ];
|
||||
} ''
|
||||
${lib.getExe cfg.package} init nu ${flagsStr} >> "$out"
|
||||
''
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue