Skip to content

Commit ada5766

Browse files
style: autoformat with pre-commit
1 parent 48b9a8f commit ada5766

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

flake.nix

+3-2
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@
5050
projectDir = ./.;
5151

5252
# HACK: https://github.com/nix-community/poetry2nix/issues/568#issuecomment-2563254176
53-
overrides = p2nix.defaultPoetryOverrides.extend
53+
overrides =
54+
p2nix.defaultPoetryOverrides.extend
5455
(final: prev: {
5556
jinja2-copier-extension = prev.jinja2-copier-extension.overridePythonAttrs (old: {
56-
buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.python311Packages.hatchling ];
57+
buildInputs = (old.buildInputs or []) ++ [pkgs.python311Packages.hatchling];
5758
});
5859
});
5960

0 commit comments

Comments
 (0)