An open API service indexing awesome lists of open source software.

https://github.com/fd/nix-kani

Kani packaged for Nix
https://github.com/fd/nix-kani

kani nix nixos rust

Last synced: 3 months ago
JSON representation

Kani packaged for Nix

Awesome Lists containing this project

README

          

# Kani packaged for Nix

This nix flake packages the [Kani](https://github.com/model-checking/kani) model checker.

## Installation

```bash
# Install kani and all its dependencies
nix profile install github:fd/nix-kani

# No need to run `kani setup` as it is not necessary under nix.
cargo kani --version
```

## Supported systems

- `x86_64-linux`