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 288bd78 commit 00bc6ddCopy full SHA for 00bc6dd
1 file changed
.dev/README.md
@@ -0,0 +1,12 @@
1
+This is a development subflake of xremap nix flake.
2
+
3
+It hosts:
4
5
+- Formatter that uses `treefmt`
6
+- Demo nix apps that show how `xremap` service runs in various environments. They
7
+ are implemented as NixOS virtual machines. Their configs are in `./demo-nixos-configurations/`
8
+- Module tests in `./checks/`
9
10
+To run the full test suite, run `nix develop .dev#ci` and execute
11
+`run-integration-tests`. There may be some evaluation warnings, but they are
12
+expected.
0 commit comments