forked from mirrors_public/oddlama_nix-config
fix: adapt proper structure for zsh-skim-histdb package
This commit is contained in:
parent
c89e6d8df3
commit
41719aa7e8
2 changed files with 2 additions and 2 deletions
|
@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec {
|
|||
'';
|
||||
|
||||
postInstall = ''
|
||||
cp zsh-histdb-skim-vendored.zsh $out/zsh-histdb-skim.plugin.zsh
|
||||
cp zsh-histdb-skim-vendored.zsh $out/share/zsh-histdb-skim/zsh-histdb-skim.plugin.zsh
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
}
|
||||
{
|
||||
name = "zsh-histdb-skim";
|
||||
src = pkgs.zsh-histdb-skim;
|
||||
src = "${pkgs.zsh-histdb-skim}/share/zsh-histdb-skim";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue