Загрузить файлы в «/»
This commit is contained in:
parent
bb0a4076ed
commit
74d8626dfe
3 changed files with 205 additions and 0 deletions
14
shell.nix
Normal file
14
shell.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
packages = [
|
||||
(pkgs.python3.withPackages (pythonPackages: [
|
||||
pythonPackages.simpy
|
||||
pythonPackages.prompt-toolkit
|
||||
]))
|
||||
|
||||
pkgs.basedpyright
|
||||
pkgs.codex-acp
|
||||
pkgs.clang
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue