mirror of https://github.com/bennofs/nix-script
Add test for dependencies handling
This commit is contained in:
parent
d8852783ea
commit
fd3b126eb2
|
@ -3,6 +3,8 @@
|
|||
#! haskell | text lens optparse-applicative
|
||||
#! shell | nix nix-prefetch-scripts
|
||||
|
||||
import Control.Lens
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
putStrLn "It works!"
|
||||
|
|
Loading…
Reference in New Issue