From 9cd634f650551080b01e06763c11836ce33e0613 Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 12 Sep 2018 14:57:09 +0200 Subject: pkgs: add writePerl{,Bin} --- examples/hello_world.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/hello_world.nix') diff --git a/examples/hello_world.nix b/examples/hello_world.nix index 4bb3db1..4944c13 100644 --- a/examples/hello_world.nix +++ b/examples/hello_world.nix @@ -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" ''; -- cgit v1.2.3