mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nix): why3 (with provers)
This commit is contained in:
parent
8ba2c081bf
commit
efef532b06
6 changed files with 56 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue