seal-blog/NixShebang.sh

11 lines
221 B
Bash
Raw Normal View History

2020-09-13 08:47:36 -04:00
#! /usr/bin/env nix-shell
#! nix-shell -p "haskellPackages.ghcWithPackages (ps: with ps; [turtle])"
#! nix-shell -i runghc
{-# LANGUAGE OverloadedStrings #-}
import Turtle
main :: IO ()
main = do
echo "Hello, World!"