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.git;a=commitdiff_plain;h=5304a64b84c5a84525c96419cc6126775af306e0 Add some tools to immae-eu env --- 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 ]; }); }