https://github.com/logicoffee/nix-haskript
Scripting Haskell with Nix easily!
https://github.com/logicoffee/nix-haskript
haskell nix
Last synced: 3 months ago
JSON representation
Scripting Haskell with Nix easily!
- Host: GitHub
- URL: https://github.com/logicoffee/nix-haskript
- Owner: logicoffee
- Created: 2024-05-25T04:12:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-15T11:36:28.000Z (11 months ago)
- Last Synced: 2025-03-11T00:52:58.987Z (4 months ago)
- Topics: haskell, nix
- Language: Nix
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nix-haskript
Scripting Haskell with Nix easily!
## Prerequisites
- Nix
- direnv (optional)## Usage
- Clone this repository.
- Turn on direnv.
- `direnv allow`
- Add required packages.
- Run.
- `runghc main.hs`## Docker
You can dockerize the script.
```
docker build -t haskript .
```