diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-01-26 13:50:35 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-01-26 13:50:35 +0100 |
| commit | 1aabbc1b0d4018a0a9ddb0a0b3d6e6bbefb74883 (patch) | |
| tree | 25bdb72953b6f1ba2bba7926e925148b555f17c3 /modules/default.nix | |
| parent | 3d147f1170e32c870dbb861bd26901692ced4aaf (diff) | |
modules : add rust support
Diffstat (limited to 'modules/default.nix')
| -rw-r--r-- | modules/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/default.nix b/modules/default.nix index ec30513..889253d 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -8,8 +8,9 @@ in { ./golang.nix ./latex.nix ./nix.nix - ./python.nix ./ocaml.nix + ./python.nix + ./rust.nix ./why3.nix ]; |
