chore: Move cmake to nativeBuildInputs for devShell
This commit is contained in:
parent
d7b5776619
commit
a62a2c21b3
1 changed files with 1 additions and 2 deletions
|
@ -230,9 +230,8 @@ effectiveStdenv.mkDerivation (finalAttrs: {
|
|||
shell = mkShell {
|
||||
name = "shell-${finalAttrs.finalPackage.name}";
|
||||
description = "contains numpy and sentencepiece";
|
||||
buildInputs = [
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
gcc
|
||||
];
|
||||
inputsFrom = [ finalAttrs.finalPackage ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue