A flake-parts Nix module for Haskell development
Go to file
Shivaraj B H 4e8e79b9b4
Expose cabal executables as flake apps (#137)
Also,

Add a corresponding `outputs.apps` option, while the `outputs.localPackages` option is renamed to `outputs.packages` (it now contains package metadata, including packages and its executables).
2023-04-19 15:00:22 -04:00
.github/workflows test: Install Nix as a CI step (#125) 2023-03-14 11:48:08 -04:00
doc Expose cabal executables as flake apps (#137) 2023-04-19 15:00:22 -04:00
example Factor out --override-input in one place 2023-03-14 13:57:58 -04:00
nix Expose cabal executables as flake apps (#137) 2023-04-19 15:00:22 -04:00
test Expose cabal executables as flake apps (#137) 2023-04-19 15:00:22 -04:00
.gitignore Add automated test (#60) 2023-02-01 14:52:39 -05:00
CHANGELOG.md Expose cabal executables as flake apps (#137) 2023-04-19 15:00:22 -04:00
flake.nix Move template test from ci.yaml to test.sh 2023-03-13 21:40:45 -04:00
Jenkinsfile add Jenkins configuration (#128) 2023-03-19 12:15:32 -04:00
LICENSE Initial commit 2022-05-30 09:01:58 -04:00
README.md doc: Add examples 2023-03-14 11:16:50 -04:00
rundoc.sh Add emanote run command to docs script 2023-03-14 11:21:11 -04:00
runtest.sh Expose cabal executables as flake apps (#137) 2023-04-19 15:00:22 -04:00

haskell-flake

A flake-parts module to make Haskell development simpler with Nix.

Documentation

https://haskell.flake.page/