switch to pypi2nix from nixpkgs

This commit is contained in:
Trolli Schmittlauch 2020-06-09 22:29:02 +02:00
parent 137fa8fa6a
commit e99d45fa04

View file

@ -7,13 +7,6 @@ let
mybrowser = firefox;
#all-hies = import (fetchTarball "https://github.com/infinisil/all-hies/tarball/master") {};
all-hies = import ../all-hies {};
pypi2nix = import (
pkgs.fetchgit {
url = "https://github.com/nix-community/pypi2nix";
rev = "v2.0.0";
sha256 = "sha256:1mrvbm78jnk7m44gvpa7l2iwrjiv9584f14vlcw9p334zxknpsfr";
}
) {};
desktopApps = [
mybrowser