Skip to content

Commit 5bd8bbb

Browse files
update default.nix, reindent
1 parent a3bc80d commit 5bd8bbb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

default.nix

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ buildPythonPackage {
44
name = "setuptools_scm";
55
src = ./.;
66
version = "git";
7-
buildInputs = [setuptools pip pytest pkgs.git pkgs.mercurial];
7+
buildInputs = [
8+
setuptools
9+
pip
10+
pytest
11+
pkgs.git
12+
pkgs.mercurial
13+
];
814
}
915

0 commit comments

Comments
 (0)