Merge pull request 'clan-cli: fix nixpkgs symlink location' (#204) from Mic92-main into main
All checks were successful
checks-impure / test (push) Successful in 4s
checks / test (push) Successful in 59s

This commit is contained in:
clan-bot 2023-08-29 11:23:07 +00:00
commit 9701ce3a7f

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 \