Skip to content

Commit

Permalink
Use elinks as it's not broken anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Nov 20, 2020
1 parent ab73e81 commit d3c36da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
in rec {
devShell = pkgs.mkShell {
buildInputs = pistol.buildInputs ++ [
pkgs.w3m
pkgs.elinks
];
};
packages.pistol = pistol;
Expand Down
2 changes: 1 addition & 1 deletion tests/mimetype-no-sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</head>
<body dir=auto>

<p style="color: green">Mimetype text/html detected, elinks is used to print this</p>
<p style="color: green">Mimetype text/html detected, w3m is used to print this in green</p>

</body>
</html>

0 comments on commit d3c36da

Please sign in to comment.