feat: add initial parser data structure & test

Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
Konstantin Fickel 2025-06-20 14:36:02 +02:00
parent f73c6d16cb
commit 2091e5c98d
8 changed files with 375 additions and 30 deletions

View file

@ -110,9 +110,10 @@
# It is of course perfectly OK to keep using an impure virtualenv workflow and only use uv2nix to build packages.
# This devShell simply adds Python and undoes the dependency leakage done by Nixpkgs Python infrastructure.
impure = pkgs.mkShell {
packages = [
packages = with pkgs; [
python
pkgs.uv
uv
bashInteractive
];
env =
{