nixpkgs-lint.pl: use nix-shell for shebang

This is more portable.
This commit is contained in:
Matthew Bauer 2018-06-16 19:25:59 -04:00
parent 1b7ce4c6d5
commit fb924af13f

View file

@ -1,4 +1,5 @@
#! /run/current-system/sw/bin/perl -w
#! /usr/bin/env nix-shell
#! nix-shell -i perl -p perl perlPackages.XMLSimple
use strict;
use List::Util qw(min);