5 lines
72 B
Nix
5 lines
72 B
Nix
{ perl }: ''
|
|
#!${perl}/bin/perl
|
|
${builtins.readFile ./ix/ix.pl}
|
|
''
|