Skip to content

Commit 6409ede

Browse files
committed
Bump flake.lock, add comment to DEVELOPING
1 parent a591d95 commit 6409ede

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

DEVELOPING.markdown

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ The supported way to start developing is to drop into the development shell,
66
with `nix develop`. Make sure you have Nix installed for this, and that
77
the necessary Nix features for using flakes are enabled.
88

9+
Before starting development, you may want to update the pinned flake inputs in
10+
`flake.lock` if you want the flake to use your system's package set. Otherwise,
11+
you will use the pinned package set, which may be out of date. To update the
12+
inputs, run this before entering the development shell:
13+
14+
```
15+
nix flake update
16+
```
17+
918
Inside the development shell, you should be able to use `cabal` commands as
1019
normal i.e.
1120

flake.lock

+6-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)