declaratively install pypi2nix for easier python requirements installation
This commit is contained in:
parent
cad23306d4
commit
f1f208ce59
|
@ -6,6 +6,11 @@ let
|
|||
unstable = import <nixos-unstable> {};
|
||||
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; [
|
||||
|
|
Loading…
Reference in a new issue