Skip to content

Commit c6a97ec

Browse files
committed
Updated logbook.
1 parent 9f8769b commit c6a97ec

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

Logbook.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## 2024-08-30
2+
3+
### Nix and CI support for Leios specification
4+
5+
The Nix flake now builds the Leios specification and the libraries upon which it depends. The type checking of the spec is now added to the CI.
6+
7+
```console
8+
$ nix develop
9+
10+
Welcome to Ouroboros Leios!
11+
12+
Locations of Agda libraries:
13+
/nix/store/1yxiwwy44xxxgzdmvyjizq53w9cfinkn-standard-library-2.0/standard-library.agda-lib
14+
/nix/store/ppsczpm7l2gx1zd3cx2brv49069krzzh-agda-stdlib-classes-2.0/standard-library-classes.agda-lib
15+
/nix/store/gkci6kgv4v9qw2rh5gc0s26g53b253jy-agda-stdlib-meta-2.0/standard-library-meta.agda-lib
16+
/nix/store/2gk6rvsplxww4i8dnflxbd319lfxdcvv-formal-ledger-1d77a35a/formal-ledger.agda-lib
17+
18+
Run 'emacs' to edit .agda files.
19+
20+
21+
Type 'info' to see what's inside this shell.
22+
23+
$ cd formal-spec
24+
25+
$ emacs Leios/SimpleSpec.agda
26+
```
27+
128
## 2024-07-26
229

330
### Running `ouroborous-net-viz` in the browser

0 commit comments

Comments
 (0)