Skip to content

Commit 6cc0840

Browse files
committed
Add buildPackages argument
1 parent 387a22b commit 6cc0840

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444

4545
# Create base Python set
4646
baseSet = pyproject-nix.build.packages {
47-
inherit (pkgs) pkgs stdenv;
47+
inherit (pkgs) stdenv buildPackages;
48+
pkgs = pkgs;
4849
python = pkgs.python314;
4950
};
5051

0 commit comments

Comments
 (0)