diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2018-08-22 22:57:36 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2018-08-22 22:57:36 +0200 |
| commit | b1e32f07898f74e24a4b58132b40a3ba3be2bd55 (patch) | |
| tree | 8319bf37002184f2e66e2369909d76c72f06f031 /modules/examples/lnl.nix | |
| parent | c84e05a3be570310d515c52285bdc3ce49a2349d (diff) | |
lnl: fix darwin-zsh-completions name
Diffstat (limited to 'modules/examples/lnl.nix')
| -rw-r--r-- | modules/examples/lnl.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 51f0e55..73005ac 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -325,7 +325,7 @@ nixpkgs.overlays = [ (self: super: { - darwin-zsh-completions = super.runCommandNoCC "darwin-completions-0.0.0" + darwin-zsh-completions = super.runCommandNoCC "darwin-zsh-completions-0.0.0" { preferLocalBuild = true; } '' mkdir -p $out/share/zsh/site-functions |
