You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ Second iteration of [Tsoder][tsoder]. Chat bot for [Tsoding][tsoding] streams.
12
12
13
13
### NixOS
14
14
15
+
Keep in mind that we are not using any Haskell packages from nixpkgs. All of the dependencies are supposed to be downloaded by cabal or stack during the build.
16
+
17
+
#### Cabal v1-build
18
+
15
19
```console
16
20
$ nix-shell
17
21
$ cabal sandbox init
@@ -22,6 +26,17 @@ $ cabal test
22
26
$ cabal run HyperNerd secret.ini database.db
23
27
```
24
28
29
+
#### Cabal v2-build
30
+
31
+
See [Nix-style Local Builds](https://www.haskell.org/cabal/users-guide/nix-local-build-overview.html) for more info
0 commit comments