From 5304a64b84c5a84525c96419cc6126775af306e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 16 Oct 2019 13:49:10 +0200 Subject: [PATCH] Add some tools to immae-eu env --- overlays/environments/immae-eu.nix | 4 ++-- overlays/pelican/default.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/overlays/environments/immae-eu.nix b/overlays/environments/immae-eu.nix index a5e277e..db1caa4 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 5f60b8f..5a487aa 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 ]; }); } -- 2.41.0