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

This is more portable.
wip/yesman
Matthew Bauer 6 years ago
parent 1b7ce4c6d5
commit fb924af13f
  1. 3
      maintainers/scripts/nixpkgs-lint.pl

@ -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);

Loading…
Cancel
Save