nixpkgs-lint.pl: use nix-shell for shebang
This is more portable.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user