feat: remove kivy frontend, add litestar
This commit is contained in:
parent
b71bedb62a
commit
6b873348c7
48 changed files with 3092 additions and 800 deletions
22
devenv.nix
Normal file
22
devenv.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{ pkgs, lib, config, inputs, ... }:
|
||||
|
||||
{
|
||||
env.GREET = "devenv";
|
||||
|
||||
packages = [ pkgs.git ];
|
||||
|
||||
languages.python.enable = true;
|
||||
languages.python.uv.enable = true;
|
||||
|
||||
scripts.hello.exec = ''
|
||||
echo hello from $GREET
|
||||
'';
|
||||
|
||||
enterShell = ''
|
||||
hello
|
||||
git --version
|
||||
fish
|
||||
'';
|
||||
|
||||
dotenv.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue