use nix-unit from nixpkgs

This commit is contained in:
Jörg Thalheim
2023-12-15 12:15:22 +01:00
parent 3ef2ee6721
commit 41b5e88808
4 changed files with 3 additions and 55 deletions

View File

@@ -30,8 +30,7 @@
in
{
devShells.clan-cli = pkgs.callPackage ./shell.nix {
inherit (self'.packages) clan-cli nix-unit;
# inherit (inputs) democlan;
inherit (self'.packages) clan-cli;
};
packages = {
clan-cli = pkgs.python3.pkgs.callPackage ./default.nix {