rename clan to clan-cli
It's already confusing enough to have so many things called clan-cli
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user