Skip to content

Commit

Permalink
fmt: Reconcile formatting with rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ditsuke committed Mar 10, 2024
1 parent 9521b17 commit cbd8200
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .devops/nix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
shell = mkShell {
name = "shell-${finalAttrs.finalPackage.name}";
description = "contains numpy and sentencepiece";
nativeBuildInputs = [
cmake
];
nativeBuildInputs = [ cmake ];
inputsFrom = [ finalAttrs.finalPackage ];
};
};
Expand Down

0 comments on commit cbd8200

Please sign in to comment.