From: Ismaƫl Bouya Date: Wed, 16 Oct 2019 11:49:10 +0000 (+0200) Subject: Add some tools to immae-eu env X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix%2FNUR.git;a=commitdiff_plain;h=4fa343dcd0b797d765ee8a3dfc14833d212b7491 Add some tools to immae-eu env --- diff --git a/overlays/environments/immae-eu.nix b/overlays/environments/immae-eu.nix index a5e277e2..db1caa4d 100644 --- a/overlays/environments/immae-eu.nix +++ b/overlays/environments/immae-eu.nix @@ -35,7 +35,7 @@ let bogofilter fetchmail # git - vcsh gitRepo gitAndTools.stgit tig + vcsh gitRepo gitAndTools.stgit tig ripgrep # graphical tools nextcloud-client firefox @@ -109,7 +109,7 @@ let s6-portable-utils # other tools - pgloader s3cmd lftp jq cpulimit libxslt + pgloader s3cmd lftp jq cpulimit libxslt gandi-cli # Terraform + AWS terraform_0_12 awscli diff --git a/overlays/pelican/default.nix b/overlays/pelican/default.nix index 5f60b8f7..5a487aa6 100644 --- a/overlays/pelican/default.nix +++ b/overlays/pelican/default.nix @@ -1,6 +1,6 @@ self: super: { pelican = with self.python3Packages; pelican.overrideAttrs(old: self.mylibs.fetchedGithub ./pelican.json // { - propagatedBuildInputs = old.propagatedBuildInputs ++ [ pyyaml ]; + propagatedBuildInputs = old.propagatedBuildInputs ++ [ pyyaml markdown ]; }); }