You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Copy one of the above templates into it (removing the `.template*` suffix).
84
+
3. And finally run `nix develop` which throws you into a shell where SSProve is already installed. (`From Crypt Require Import ...`)
85
+
86
+
You may need to initialize the project as a Git repository and add the `flake.nix` to it.
87
+
The generated `flake.lock` pins the versions and hence also needs to be added to this new project repo.
88
+
89
+
In the `flake.nix`, you can add [more Coq packages from the Nix repository](https://github.com/NixOS/nixpkgs/blob/a194f9d0654e368fb900830a19396f9d7792647a/pkgs/top-level/coq-packages.nix#L20).
0 commit comments