diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2023-09-17 18:40:48 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2023-09-17 18:40:48 +0200 |
| commit | eebffc190776afdb92ef959270c4863bf21a3cf8 (patch) | |
| tree | 68c7bd8fa25b9044213b67c34adba822445c65f2 /experience/2022-09_tweag.nix | |
| parent | 7f5f01ef3d3eb56a24db31b7ddf85fc4ce3b37fc (diff) | |
reformat code
Diffstat (limited to 'experience/2022-09_tweag.nix')
| -rw-r--r-- | experience/2022-09_tweag.nix | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/experience/2022-09_tweag.nix b/experience/2022-09_tweag.nix index 9b2732e..0836be3 100644 --- a/experience/2022-09_tweag.nix +++ b/experience/2022-09_tweag.nix @@ -1,6 +1,4 @@ -{ href, code, ... }: - -{ +{href, ...}: { date = { start = { year = 2022; @@ -19,10 +17,12 @@ url = "https://www.tweag.io/"; location = "Paris, France"; }; - supervisors = [{ - name = "Tweag's HAS group"; - url = "https://www.tweag.io/group/high-assurance-software/"; - }]; + supervisors = [ + { + name = "Tweag's HAS group"; + url = "https://www.tweag.io/group/high-assurance-software/"; + } + ]; assets = [ { name = "blog post"; @@ -36,6 +36,6 @@ } ]; description = "Sped-up ${ - href "https://github.com/tweag/pirouette" "Pirouette" - } (a symbolic evaluator using incorrectness logic) by optimizing its interactions with SMT solvers."; + href "https://github.com/tweag/pirouette" "Pirouette" + } (a symbolic evaluator using incorrectness logic) by optimizing its interactions with SMT solvers."; } |
