Add maintainer instructions

This commit is contained in:
Pepe Iborra 2020-11-30 23:35:52 +00:00
parent b2d144911c
commit 05e1dae781

View File

@ -4,6 +4,12 @@
# Maintaining this file:
#
# - Bump the nixpkgs version using `niv update nixpkgs`
# - To edit the set of local packages:
# 1. Declare them in nix/default.nix
# 2. Edit the list of packages below
#
# For more details: https://github.com/NixOS/nixpkgs/blob/20.03/pkgs/development/haskell-modules/make-package-set.nix#L256
{ compiler ? "default",
withHoogle ? false,