Commit 6f3ee12 1 parent ba24e4d commit 6f3ee12 Copy full SHA for 6f3ee12
File tree 3 files changed +45
-11
lines changed
3 files changed +45
-11
lines changed Original file line number Diff line number Diff line change 9
9
asciinema-agg ,
10
10
uv2nix ,
11
11
pyproject-nix ,
12
+ pyproject-build-systems ,
12
13
} :
13
14
let
14
15
pdocRepo = fetchFromGitHub {
98
99
} ;
99
100
pythonSet = baseSet . overrideScope (
100
101
lib . composeManyExtensions [
102
+ pyproject-build-systems . overlays . default
101
103
pyprojectOverlay
102
104
pyprojectOverrides
103
105
]
Original file line number Diff line number Diff line change 12
12
inputs . nixpkgs . follows = "nixpkgs" ;
13
13
} ;
14
14
pyproject-nix = {
15
- url = "github:nix-community /pyproject.nix" ;
15
+ url = "github:pyproject-nix /pyproject.nix" ;
16
16
inputs . nixpkgs . follows = "nixpkgs" ;
17
17
} ;
18
18
uv2nix = {
19
- url = "github:adisbladis /uv2nix" ;
19
+ url = "github:pyproject-nix /uv2nix" ;
20
20
inputs . pyproject-nix . follows = "pyproject-nix" ;
21
21
inputs . nixpkgs . follows = "nixpkgs" ;
22
22
} ;
23
+ pyproject-build-systems = {
24
+ url = "github:pyproject-nix/build-system-pkgs" ;
25
+ inputs . pyproject-nix . follows = "pyproject-nix" ;
26
+ inputs . uv2nix . follows = "uv2nix" ;
27
+ inputs . nixpkgs . follows = "nixpkgs" ;
28
+ } ;
23
29
} ;
24
30
outputs =
25
31
inputs @{
28
34
flake-parts ,
29
35
systems ,
30
36
flocken ,
31
- pyproject-nix ,
32
37
uv2nix ,
33
38
...
34
39
} :
74
79
} ;
75
80
} ;
76
81
legacyPackages . pythonSet = pkgs . callPackage ./default.nix {
77
- inherit ( inputs ) uv2nix pyproject-nix ;
82
+ inherit ( inputs ) uv2nix pyproject-nix pyproject-build-systems ;
78
83
} ;
79
84
packages = {
80
85
inherit ( pythonSet . makejinja . passthru ) docs ;
You can’t perform that action at this time.
0 commit comments