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 {
|
||||
name = "shell-${finalAttrs.finalPackage.name}";
|
||||
description = "contains numpy and sentencepiece";
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
];
|
||||
nativeBuildInputs = [ cmake ];
|
||||
inputsFrom = [ finalAttrs.finalPackage ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue