Skip to content

Commit d7f8bb4

Browse files
committed
Add maintainer instructions
1 parent 0451f31 commit d7f8bb4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

shell.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
# Maintaining this file:
55
#
66
# - Bump the nixpkgs version using `niv update nixpkgs`
7+
# - To edit the set of local packages:
8+
# 1. Declare them in nix/default.nix
9+
# 2. Edit the list of packages below
10+
#
11+
# For more details: https://github.com/NixOS/nixpkgs/blob/20.03/pkgs/development/haskell-modules/make-package-set.nix#L256
12+
713

814
{ compiler ? "default",
915
withHoogle ? false,

0 commit comments

Comments
 (0)