https://github.com/haskell-nix/haskell-with-nixpkgs
Drop-in files ready to integrate your project with Nix ecosystem and give Nixpkgs Haskell Lib abilities for your development and CI
https://github.com/haskell-nix/haskell-with-nixpkgs
ecosystem github-actions haskell nix nixpkgs testing
Last synced: 12 months ago
JSON representation
Drop-in files ready to integrate your project with Nix ecosystem and give Nixpkgs Haskell Lib abilities for your development and CI
- Host: GitHub
- URL: https://github.com/haskell-nix/haskell-with-nixpkgs
- Owner: haskell-nix
- License: bsd-3-clause
- Created: 2020-06-26T17:22:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T00:07:31.000Z (over 5 years ago)
- Last Synced: 2025-05-04T22:37:35.891Z (about 1 year ago)
- Topics: ecosystem, github-actions, haskell, nix, nixpkgs, testing
- Language: Nix
- Homepage:
- Size: 387 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
| CI |
| :--- |
| [](https://github.com/Anton-Latukha/haskell-with-nixpkgs/actions?query=branch%3Amaster+workflow%3A%22Nixpkgs%2C+Linux%2C+main%22) |
| [](https://github.com/Anton-Latukha/haskell-with-nixpkgs/actions?query=branch%3Amaster+workflow%3A%22Nixpkgs%2C+Linux%2C+additional%22) |
| [](https://github.com/Anton-Latukha/haskell-with-nixpkgs/actions?query=branch%3Amaster+workflow%3A%22Nixpkgs%2C+Linux%2C+GHCJS%22) |
| [](https://github.com/Anton-Latukha/haskell-with-nixpkgs/actions?query=branch%3Amaster+workflow%3A%22Nixpkgs%2C+macOS%22) |
| [](https://github.com/Anton-Latukha/haskell-with-nixpkgs/actions?query=branch%3Amaster+workflow%3A%22Hackage%2C+Cabal%2C+Linux%22) |
| [](https://github.com/Anton-Latukha/haskell-with-nixpkgs/actions?query=branch%3Amaster+workflow%3A%22Hackage%2C+Cabal%2C+macOS%22) |
| [](https://travis-ci.com/github/haskell-nix/haskell-with-nixpkgs) |
Drop-in configuration and easy instructions to integrate Haskell projects with Nix and Nixpkgs software ecosystem.
Provides Nixpkgs Haskell Lib API.
Provides `build.sh` to simplify CI and local builds with loading of API settings from env.
`master` - main dev branch, includes the sample engine Haskell project that demonstrates and tests the whole project.
`submodule` branch and its installation allows for Haskell projects to connect project as a submodule and gain all abilities.