Removed democlan dependency

This commit is contained in:
Qubasa
2023-12-09 00:19:30 +01:00
parent 4506202a82
commit b60aef97f9
5 changed files with 22 additions and 251 deletions

View File

@@ -37,7 +37,7 @@
clan-cli = pkgs.python3.pkgs.callPackage ./default.nix {
inherit (self'.packages) ui-assets;
inherit (inputs) nixpkgs;
inherit (inputs) democlan;
# inherit (inputs) democlan;
inherit (inputs.nixpkgs-for-deal.legacyPackages.${system}.python3Packages) deal;
#inherit (inputs.nixpkgs-for-deal.legacyPackages.${system}.python3Packages) schemathesis;
clan-core-path = clanCoreWithVendoredDeps;