add(nix): why3 (with provers)

This commit is contained in:
Léana 江 2024-03-12 19:00:45 +01:00 committed by Léana 江
parent 8ba2c081bf
commit efef532b06
6 changed files with 56 additions and 1 deletions

View file

@ -21,9 +21,14 @@
inherit pkgs;
nurpkgs = pkgs;
};
alt-ergo-pin = import input.alt-ergo-pin {
inherit system;
config.allowUnfree = true;
};
custom = pkgs.callPackage ./custom {
inherit unstable;
inherit (input) opam-nix;
inherit (alt-ergo-pin) alt-ergo;
};
in {
inherit pkgs unstable nur;