mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nix: move alt-ergo-pin to flake inputs
This commit is contained in:
parent
afc2eea47a
commit
403c66c715
4 changed files with 32 additions and 21 deletions
|
|
@ -29,7 +29,15 @@
|
|||
|
||||
logisim-evolution = final.callPackage ./logisim-evolution.nix { };
|
||||
necrolib = final.callPackage ./necrolib.nix { };
|
||||
why3 = final.callPackage ./why3.nix { };
|
||||
why3 = final.callPackage ./why3.nix {
|
||||
inherit
|
||||
(import inputs.alt-ergo-pin {
|
||||
inherit (final) system;
|
||||
config.allowUnfree = true;
|
||||
})
|
||||
alt-ergo
|
||||
;
|
||||
};
|
||||
isabelle-wrapped = final.callPackage ./isabelle-wrapped.nix { };
|
||||
|
||||
maeel = final.callPackage ./maeel.nix { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue