mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: move isabelle to overlays
This commit is contained in:
parent
af937ab0fe
commit
f61212a23f
3 changed files with 11 additions and 14 deletions
|
|
@ -35,9 +35,17 @@ let
|
|||
agenix = final: _: { inherit (inputs.agenix.packages.${final.system}) agenix; };
|
||||
disko = final: _: { inherit (inputs.disko.packages.${final.system}) disko; };
|
||||
|
||||
# TODO: pin this properly
|
||||
# 2023
|
||||
isabelle = final: _: {
|
||||
inherit (import inputs.nixpkgs-stable { inherit (final) system; }) isabelle;
|
||||
inherit
|
||||
(import (final.fetchFromGitHub {
|
||||
owner = "nixos";
|
||||
repo = "nixpkgs";
|
||||
rev = "805a384895c696f802a9bf5bf4720f37385df547";
|
||||
hash = "sha256-F/TKWETwB5RaR8owkPPi+SPJh83AQsm6KrQAlJ8v/uA=";
|
||||
}) { inherit (final) system; })
|
||||
isabelle
|
||||
;
|
||||
};
|
||||
|
||||
hoot = inputs.hoot.overlays.default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue