From c2ff98ce55605e57370ea216300d0e58df602c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 30 Nov 2024 01:43:13 +0100 Subject: [PATCH] Fix derivation name --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index cf88513..0270fe3 100644 --- a/flake.nix +++ b/flake.nix @@ -125,7 +125,7 @@ in { default = pkgs.stdenv.mkDerivation { - name = "huecli"; + pname = "huecli"; version = pythonSet.huecli.version; dontConfigure = true; dontUnpack = true;