nix: move isabelle to overlays

This commit is contained in:
Primrose 2024-12-13 22:32:38 +01:00
parent af937ab0fe
commit f61212a23f
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 11 additions and 14 deletions

View file

@ -89,17 +89,6 @@
in
why3-pinned.callPackage ./why3.nix { inherit (alt-ergo-pinned) alt-ergo; };
isabelle-2023 =
let
isabelle-pin = import (final.fetchFromGitHub {
owner = "nixos";
repo = "nixpkgs";
rev = "805a384895c696f802a9bf5bf4720f37385df547";
hash = "sha256-F/TKWETwB5RaR8owkPPi+SPJh83AQsm6KrQAlJ8v/uA=";
}) { inherit (final) system; };
in
isabelle-pin.isabelle;
maeel = final.callPackage ./maeel.nix { };
tokei = final.callPackage ./tokei { }; # alpha tokei with typst, skel, hledger
typst-mutilate = final.callPackage ./typst-mutilate.nix { };