Fix derivation name
All checks were successful
build / build (push) Successful in 1m54s

This commit is contained in:
Torjus Håkestad 2024-11-30 01:43:13 +01:00
parent e36fb131be
commit c2ff98ce55
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -125,7 +125,7 @@
in
{
default = pkgs.stdenv.mkDerivation {
name = "huecli";
pname = "huecli";
version = pythonSet.huecli.version;
dontConfigure = true;
dontUnpack = true;