clan-cli: fix nixpkgs symlink location
All checks were successful
checks-impure / test (pull_request) Successful in 5s
checks / test (pull_request) Successful in 3s

This commit is contained in:
lassulus 2023-08-28 15:49:41 +02:00
parent a4959ddb23
commit 9ed6a15263

View File

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