This website requires JavaScript.
Explore
Help
Sign in
hiro
/
poetry2nix
Watch
1
Star
0
Fork
You've already forked poetry2nix
0
mirror of
https://github.com/vale981/poetry2nix
synced
2025-03-09 20:16:41 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b005f34302
poetry2nix
/
tests
/
trivial
/
default.nix
7 lines
101 B
Nix
Raw
Normal View
History
Unescape
Escape
style: Apply statix/deadnix
2023-10-26 12:18:24 +13:00
{
poetry2nix
,
python3
}:
Add more tests This adds the following new tests: - trivial: minimaltest case - override-support: verify overriding - common-pkgs-1/2: verify commonly downloaded pypi pkgs can be built Also adds some overrides as needed by some of the tested packages.
2019-11-28 16:21:27 +01:00
split mkPoetryPackage into mkPoetryPython and mkPoetryApplication
2019-12-16 11:23:09 +01:00
poetry2nix
.
mkPoetryApplication
{
Add more tests This adds the following new tests: - trivial: minimaltest case - override-support: verify overriding - common-pkgs-1/2: verify commonly downloaded pypi pkgs can be built Also adds some overrides as needed by some of the tested packages.
2019-11-28 16:21:27 +01:00
python
=
python3
;
Set `src` to `lib.cleanSource projectDir` by default Ideally we'd use `nix-gitignore` but that one fails when there is no `.gitignore` file so it's not a sensible default.
2020-02-26 16:35:42 +00:00
projectDir
=
./.
;
Add more tests This adds the following new tests: - trivial: minimaltest case - override-support: verify overriding - common-pkgs-1/2: verify commonly downloaded pypi pkgs can be built Also adds some overrides as needed by some of the tested packages.
2019-11-28 16:21:27 +01:00
}
Reference in a new issue
Copy permalink