fix: python pip example

This commit is contained in:
DavHau 2022-12-15 14:53:22 +07:00
parent 986480a327
commit e82afbcb55
2 changed files with 4 additions and 12 deletions

View File

@ -17,6 +17,6 @@
projects = ./projects.toml;
})
// {
checks.x86_64-linux.aiohttp = self.packages.x86_64-linux.main;
checks.x86_64-linux = self.packages.x86_64-linux;
};
}

View File

@ -2,20 +2,12 @@
# nix run github:nix-community/dream2nix#detect-projects $source
# ... where `$source` points to the source of your project.
[llhttp]
name = "llhttp"
relPath = "vendor/llhttp"
subsystem = "nodejs"
translator = "package-lock"
[main]
name = "main"
[aiohttp]
name = "aiohttp"
relPath = ""
subsystem = "python"
translator = "pip"
[llhttp.subsystemInfo]
[main.subsystemInfo]
[aiohttp.subsystemInfo]
pythonAttr = "python3"
pythonVersion = "3.8"