From f1f208ce595934eb49db4347322e99750560c2ea Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Tue, 12 Nov 2019 17:56:59 +0100 Subject: [PATCH] declaratively install pypi2nix for easier python requirements installation --- home/home.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/home.nix b/home/home.nix index d44e16c..9e35412 100644 --- a/home/home.nix +++ b/home/home.nix @@ -6,6 +6,11 @@ let unstable = import {}; mybrowser = firefox; lorri = import (fetchTarball { url = "https://github.com/target/lorri/archive/rolling-release.tar.gz"; }) { }; + pypi2nix = import (pkgs.fetchgit { + url = "https://github.com/nix-community/pypi2nix"; + rev = "v2.0.0"; + sha256 = "sha256:1mrvbm78jnk7m44gvpa7l2iwrjiv9584f14vlcw9p334zxknpsfr"; + }) {}; desktopApps = [ mybrowser @@ -114,6 +119,7 @@ let lorri nix-review nixpkgs-fmt + pypi2nix ]; kdeTools = with kdeApplications; [