diff options
author | lassulus <lass@aidsballs.de> | 2016-07-07 23:16:57 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-07-07 23:16:57 +0200 |
commit | 0ff8c0416ed838a1155ecc015d81708bb72ea1d3 (patch) | |
tree | 33f34902f927791b45aaaff659bb7a0d67591ec3 | |
parent | 13486879b764092d0004464510615ffa1f8152a2 (diff) |
Revert "l 5 q: use curl.bin"
This reverts commit f12578c66f8b7b829c0dec5255f358778c0d3366.
-rw-r--r-- | lass/5pkgs/q/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/5pkgs/q/default.nix b/lass/5pkgs/q/default.nix index 644be0d17..571932b1d 100644 --- a/lass/5pkgs/q/default.nix +++ b/lass/5pkgs/q/default.nix @@ -123,7 +123,7 @@ let ''; q-online = '' - if ${pkgs.curl.bin}/bin/curl -s google.com >/dev/null; then + if ${pkgs.curl}/bin/curl -s google.com >/dev/null; then echo '[32;1monline[m' else echo offline |