Skip to content

Commit 5df3542

Browse files
committed
Fix tomli-w package name in flake.nix
Changed tomli-w to tomli_w to match nixpkgs Python package naming convention. Nix Python packages use underscores instead of hyphens in their attribute names.
1 parent b7ac230 commit 5df3542

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
jinja2
4343
pydantic
4444
pyyaml
45-
tomli-w
45+
tomli_w
4646
];
4747

4848
doCheck = false;

0 commit comments

Comments
 (0)