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 65523b2 commit a7d2bccCopy full SHA for a7d2bcc
README.md
@@ -37,3 +37,21 @@ format @"Hi {name}! Your favourite number is {number}" {name : "Bill"}
37
38
The only requirement is that all the types in the record have `Show`
39
instances.
40
+
41
+## Nix flake
42
43
+1. Install Nix.
44
+ - Use [single-user installation](https://nixos.org/download.html), then [enable flakes](https://nixos.wiki/wiki/Flakes).
45
+ - Alternatively, use an [unofficial](https://github.com/DeterminateSystems/nix-installer#the-determinate-nix-installer) installer.
46
47
+2. Run the default `devShell`.
48
49
+ ```console
50
+ nix develop
51
+ ```
52
53
+3. Test the project
54
55
56
+ spago test
57
0 commit comments