typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user