fmt: Reconcile formatting with rebase
This commit is contained in:
parent
a62a2c21b3
commit
b7611bfb51
1 changed files with 1 additions and 3 deletions
|
@ -230,9 +230,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
|
||||||
shell = mkShell {
|
shell = mkShell {
|
||||||
name = "shell-${finalAttrs.finalPackage.name}";
|
name = "shell-${finalAttrs.finalPackage.name}";
|
||||||
description = "contains numpy and sentencepiece";
|
description = "contains numpy and sentencepiece";
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [ cmake ];
|
||||||
cmake
|
|
||||||
];
|
|
||||||
inputsFrom = [ finalAttrs.finalPackage ];
|
inputsFrom = [ finalAttrs.finalPackage ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue