We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d1449 commit 05e1daeCopy full SHA for 05e1dae
shell.nix
@@ -4,6 +4,12 @@
4
# Maintaining this file:
5
#
6
# - 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
+
13
14
{ compiler ? "default",
15
withHoogle ? false,
0 commit comments