pkgs: add writePerl{,Bin}
This commit is contained in:
@@ -18,6 +18,9 @@ in {
|
||||
main = do
|
||||
putStrLn "hello world"
|
||||
'';
|
||||
perl = pkgs.writePerl "hello-world" {} ''
|
||||
print "hello world\n";
|
||||
'';
|
||||
python2 = pkgs.writePython2 "hello-world" {} ''
|
||||
print "hello world"
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user