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