Skip to content

Commit 00bc6dd

Browse files
committed
dev: add readme for the dev flake
1 parent 288bd78 commit 00bc6dd

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.dev/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)