diff --git a/flake.nix b/flake.nix index 6ee322c..1878928 100644 --- a/flake.nix +++ b/flake.nix @@ -30,6 +30,9 @@ ); in { + overlays.default = final: prev: { + huecli = self.packages.${prev.system}.default; + }; packages = { huecli = mkPoetryApplication { projectDir = ./.;