Basic env and description
This commit is contained in:
parent
b5261ba0f6
commit
246ef4c829
9 changed files with 237 additions and 163 deletions
14
devenv.nix
Normal file
14
devenv.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
name = "kronos";
|
||||
|
||||
languages.python = {
|
||||
enable = true;
|
||||
venv.enable = true;
|
||||
version = "3.13.0";
|
||||
uv = {
|
||||
enable = true;
|
||||
sync.enable = true;
|
||||
sync.allExtras = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue