rename clan to clan-cli

It's already confusing enough to have so many things called clan-cli
This commit is contained in:
Jörg Thalheim
2023-08-08 14:11:04 +02:00
parent 6934b0a056
commit 4296ef92a9
3 changed files with 9 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
{ self, clan, pkgs }:
{ self, clan-cli, pkgs }:
let
pythonWithDeps = pkgs.python3.withPackages (
ps:
clan.propagatedBuildInputs
++ clan.devDependencies
clan-cli.propagatedBuildInputs
++ clan-cli.devDependencies
++ [
ps.pip
]