From 04bc3ffcf11a672f13c0c8f502d664e16c2a085c Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 16 Sep 2018 13:51:46 +0200 Subject: cleanup .nix files --- shell.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..0c33427 --- /dev/null +++ b/shell.nix @@ -0,0 +1,9 @@ +with import {}; +with pkgs.python3Packages; + +buildPythonPackage rec { + name = "buildbot-master"; + src = ./.; + propagatedBuildInputs = [ docopt ]; +} + -- cgit v1.2.3