mirror of
https://github.com/bennofs/nix-script
synced 2025-01-10 12:54:20 +01:00
9 lines
166 B
Haskell
9 lines
166 B
Haskell
|
#!/usr/bin/env nix-script
|
||
|
#!> haskell
|
||
|
#! haskell | text lens optparse-applicative
|
||
|
#! shell | nix nix-prefetch-scripts
|
||
|
|
||
|
main :: IO ()
|
||
|
main = do
|
||
|
putStrLn "It works!"
|