chore: Implement code review suggestions
This commit is contained in:
parent
3fe23fdc38
commit
e0eb0b4617
9 changed files with 203 additions and 14 deletions
21
devenv.nix
21
devenv.nix
|
|
@ -2,14 +2,21 @@
|
|||
{
|
||||
name = "kronos";
|
||||
|
||||
languages.python = {
|
||||
enable = true;
|
||||
venv.enable = true;
|
||||
version = "3.13.0";
|
||||
uv = {
|
||||
cachix = {
|
||||
pull = [ "hs3city" ];
|
||||
push = "hs3city";
|
||||
};
|
||||
|
||||
languages = {
|
||||
python = {
|
||||
enable = true;
|
||||
sync.enable = true;
|
||||
sync.allExtras = 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