summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2017-04-08 12:34:15 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2017-04-08 12:34:15 +0200
commit5bd8bbb90218102c7af5aa803cbb6ec2168a798f (patch)
treeb505f1d10be5362d6373e120c770f425f58d900f /default.nix
parenta3bc80d56fa13e988dad8f468215f816392b2f02 (diff)
downloadsetuptools-scm-5bd8bbb90218102c7af5aa803cbb6ec2168a798f.tar.gz
update default.nix, reindent
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index f791ac4..06adc7d 100644
--- a/default.nix
+++ b/default.nix
@@ -4,6 +4,12 @@ buildPythonPackage {
name = "setuptools_scm";
src = ./.;
version = "git";
- buildInputs = [setuptools pip pytest pkgs.git pkgs.mercurial];
+ buildInputs = [
+ setuptools
+ pip
+ pytest
+ pkgs.git
+ pkgs.mercurial
+ ];
}