mirror of https://github.com/Mai-with-u/MaiBot.git
commit
6147a98eae
11
flake.nix
11
flake.nix
|
|
@ -18,10 +18,11 @@
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
name = "python-venv";
|
name = "python-venv";
|
||||||
venvDir = "./.venv";
|
venvDir = "./.venv";
|
||||||
buildInputs = [
|
buildInputs = with pythonPackages; [
|
||||||
pythonPackages.python
|
python
|
||||||
pythonPackages.venvShellHook
|
venvShellHook
|
||||||
pythonPackages.numpy
|
scipy
|
||||||
|
numpy
|
||||||
];
|
];
|
||||||
|
|
||||||
postVenvCreation = ''
|
postVenvCreation = ''
|
||||||
|
|
@ -35,4 +36,4 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue