1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

jetbrains: use nix-shell shebang in update script

This commit is contained in:
Jörg Thalheim 2017-06-22 17:31:45 +01:00
parent 1a87975910
commit d1eefba3a4

View file

@ -1,4 +1,5 @@
#!/usr/bin/env perl
#!/usr/bin/env nix-shell
#!nix-shell -i perl -p perl perlPackages.LWP
use strict;
use List::Util qw(reduce);