This commit is contained in:
Danilo Reyes
2026-02-15 18:32:37 -06:00
parent 404ccafcf2
commit 1c89e61bce

View File

@@ -14,8 +14,8 @@
pkgs = import nixpkgs { inherit system; };
in
{
csp-thumbnailer = pkgs.stdenvNoCC.mkDerivation {
pname = "csp-thumbnailer";
clip-thumbnailer = pkgs.stdenvNoCC.mkDerivation {
pname = "clip-thumbnailer";
version = "0.1.2";
src = self;
@@ -34,7 +34,7 @@
'';
};
default = self.packages.${system}.csp-thumbnailer;
default = self.packages.${system}.clip-thumbnailer;
}
);
};