1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

fix: adapt proper structure for zsh-skim-histdb package

This commit is contained in:
oddlama 2023-09-20 12:50:55 +02:00
parent c89e6d8df3
commit 41719aa7e8
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 2 additions and 2 deletions

View file

@ -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
'';
}

View file

@ -53,7 +53,7 @@
}
{
name = "zsh-histdb-skim";
src = pkgs.zsh-histdb-skim;
src = "${pkgs.zsh-histdb-skim}/share/zsh-histdb-skim";
}
];
};