From 7431f2c763f9605267093197e8bf5f954f2db333 Mon Sep 17 00:00:00 2001 From: David Houston Date: Tue, 25 May 2021 14:52:48 -0400 Subject: [PATCH 1/2] Reorganize Haskell projects alphabetically --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50f7758..ae35a1b 100644 --- a/README.md +++ b/README.md @@ -114,10 +114,10 @@ ### Haskell * [cabal2nix](https://github.com/NixOS/cabal2nix) - Converts a Cabal file into a Nix build expression. -* [stack2nix](https://github.com/input-output-hk/stack2nix) - Generate nix expressions for Haskell projects. -* [nix-haskell-mode](https://github.com/matthewbauer/nix-haskell-mode) - Automatic Haskell setup in Emacs. * [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. +* [stack2nix](https://github.com/input-output-hk/stack2nix) - Generate nix expressions for Haskell projects. ### Node.js From 6216bf4817ea2c97840673683d8be6e780cd6902 Mon Sep 17 00:00:00 2001 From: David Houston Date: Tue, 25 May 2021 15:06:29 -0400 Subject: [PATCH 2/2] Replace Freenode IRC channel with Libera.chat IRC channel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50f7758..d0d7970 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ ## Community * [#nix:matrix.org (Unofficial)](https://matrix.to/#/#nix:matrix.org) -* [#nixos on FreeNode](https://webchat.freenode.net/?channels=nixos) +* [#nixos on Libera.Chat](ircs://irc.libera.chat:6697/nixos/nixos) * [Discord - Nix/Nixos (Unofficial)](https://discord.gg/BMUCQx6) * [Discourse](https://discourse.nixos.org/) - The best place to get help and discuss Nix-related topics. * [NixCon](https://nixcon.org/) - The annual community conference for contributors and users of Nix and NixOS.