mirror of
https://github.com/bennofs/nix-script
synced 2025-01-10 04:44:21 +01:00
11 lines
187 B
Haskell
Executable File
11 lines
187 B
Haskell
Executable File
#!/usr/bin/env nix-script
|
|
#!> haskell
|
|
#! haskell | text lens optparse-applicative
|
|
#! shell | nix nix-prefetch-scripts
|
|
|
|
import Control.Lens
|
|
|
|
main :: IO ()
|
|
main = do
|
|
putStrLn "It works!"
|