nixpkgs-lint.pl: use nix-shell for shebang
This is more portable.
This commit is contained in:
parent
1b7ce4c6d5
commit
fb924af13f
|
@ -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 strict;
|
||||||
use List::Util qw(min);
|
use List::Util qw(min);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user