From e6cf841ef23a80048c702362329b3428129520cf Mon Sep 17 00:00:00 2001
From: EuAndreh <eu@euandre.org>
Date: Sat, 5 Jan 2019 09:05:36 -0200
Subject: Add BATS tests to CLI usage and basic interactions.

Also, remove custom =nix-shell= shebang from Perl files. Instead, we should
inherit Perl from the =shell= derivation in default.nix.
---
 pastebin/website-pastebin | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'pastebin')

diff --git a/pastebin/website-pastebin b/pastebin/website-pastebin
index 185672d..b9f7841 100755
--- a/pastebin/website-pastebin
+++ b/pastebin/website-pastebin
@@ -1,5 +1,4 @@
-#!/usr/bin/env nix-shell
-#!nix-shell -i perl -p less moreutils nvi perl --pure -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.09.tar.gz
+#!/usr/bin/env perl
 
 =head1 NAME
 
-- 
cgit v1.2.3