1
0
forked from clan/clan-core

clan-cli: fix nixpkgs symlink location

This commit is contained in:
Jörg Thalheim 2023-08-29 13:12:56 +02:00
parent b7212b9988
commit a0467dd259

View File

@ -106,7 +106,7 @@ python3.pkgs.buildPythonPackage {
passthru.testDependencies = dependencies ++ testDependencies;
postInstall = ''
ln -s ${nixpkgs} $out/${python3.sitePackages}/nixpkgs
ln -sTf ${nixpkgs} $out/${python3.sitePackages}/clan_cli/nixpkgs
installShellCompletion --bash --name clan \
<(${argcomplete}/bin/register-python-argcomplete --shell bash clan)
installShellCompletion --fish --name clan.fish \