mirror of
https://github.com/nix-community/awesome-nix
synced 2024-11-10 07:44:13 +00:00
Add flake parts, haskell-flake (#134)
* Add flake.parts * Add haskell-flake
This commit is contained in:
parent
e72b45f243
commit
0cf8fd416f
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,7 @@
|
|||
* [Cachix](https://cachix.org/) - Hosted binary cache service; free for open-source projects.
|
||||
* [devshell](https://github.com/numtide/devshell) - `mkShell` with extra bits and a toml config option to be able to onboard non-nix users.
|
||||
* [dream2nix](https://github.com/nix-community/dream2nix) - A framework for automatically converting packages from other build systems to Nix.
|
||||
* [flake.parts](https://github.com/hercules-ci/flake-parts) - Minimal Nix modules framework for Flakes: split your flakes into modules and get things done with community modules.
|
||||
* [flake-utils](https://github.com/numtide/flake-utils) - Pure Nix flake utility functions to help with writing flakes.
|
||||
* [gitignore.nix](https://github.com/hercules-ci/gitignore.nix) - The most feature-complete and easy-to-use `.gitignore` integration.
|
||||
* [lorri](https://github.com/nix-community/lorri/) - A much better `nix-shell` for development that augments direnv.
|
||||
|
@ -130,6 +131,7 @@
|
|||
### Haskell
|
||||
|
||||
* [cabal2nix](https://github.com/NixOS/cabal2nix) - Converts a Cabal file into a Nix build expression.
|
||||
* [haskell-flake](https://github.com/srid/haskell-flake) - A `flake-parts` Nix module for Haskell development.
|
||||
* [haskell.nix](https://github.com/input-output-hk/haskell.nix) - Alternative Haskell Infrastructure for Nixpkgs.
|
||||
* [nix-haskell-mode](https://github.com/matthewbauer/nix-haskell-mode) - Automatic Haskell setup in Emacs.
|
||||
* [nixkell](https://github.com/pwm/nixkell) - A Haskell project template using Nix and direnv.
|
||||
|
|
Loading…
Reference in a new issue