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

@ -2,6 +2,7 @@
callPackage,
unstable,
opam-nix,
alt-ergo,
}: let
mkNerdFont = callPackage ./mkNerdFont.nix {inherit (unstable) nerd-font-patcher;};
@ -20,6 +21,8 @@
font = hiosevka;
extraArgs = ["--name {/.}-NFP" "--variable-width-glyphs"];
};
why3 = callPackage ./why3.nix {inherit alt-ergo;};
in {
myPkgs = {
inherit
@ -28,6 +31,7 @@ in {
hiosevka
hiosevka-nerd-font-mono
hiosevka-nerd-font-propo
why3
;
};