From d3c36da0d002b075c4d973651711a52ad40fb19b Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Fri, 20 Nov 2020 10:18:24 +0200 Subject: [PATCH] Use elinks as it's not broken anymore --- flake.nix | 2 +- tests/mimetype-no-sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 26f3b15..a4b93ac 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ in rec { devShell = pkgs.mkShell { buildInputs = pistol.buildInputs ++ [ - pkgs.w3m + pkgs.elinks ]; }; packages.pistol = pistol; diff --git a/tests/mimetype-no-sh b/tests/mimetype-no-sh index ec649cb..e2f0b7d 100644 --- a/tests/mimetype-no-sh +++ b/tests/mimetype-no-sh @@ -17,7 +17,7 @@ -

Mimetype text/html detected, elinks is used to print this

+

Mimetype text/html detected, w3m is used to print this in green