mirror of
https://github.com/NixOS/templates.git
synced 2026-01-12 09:18:32 +01:00
6 lines
87 B
Haskell
6 lines
87 B
Haskell
module Main (main) where
|
|
|
|
import Distribution.Simple
|
|
|
|
main :: IO ()
|
|
main = defaultMain
|