mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
overlay/isabelle-2023: migrate to by-name
This commit is contained in:
parent
1a9dceb981
commit
e875c361db
2 changed files with 6 additions and 3 deletions
6
nix/overlays/by-name/pin-isabelle-2023/overlay.nix
Normal file
6
nix/overlays/by-name/pin-isabelle-2023/overlay.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{sources}:
|
||||||
|
#
|
||||||
|
_: _: {
|
||||||
|
# Isabelle version 2023
|
||||||
|
isabelle-2023 = (import sources.pin-isabelle {}).isabelle;
|
||||||
|
}
|
||||||
|
|
@ -4,9 +4,6 @@ let
|
||||||
in
|
in
|
||||||
lib.composeManyExtensions [
|
lib.composeManyExtensions [
|
||||||
(final: _: {
|
(final: _: {
|
||||||
# Isabelle version 2023
|
|
||||||
inherit (import sources.pin-isabelle {}) isabelle;
|
|
||||||
|
|
||||||
# Wireshark bug
|
# Wireshark bug
|
||||||
# https://gitlab.com/wireshark/wireshark/-/issues/19574
|
# https://gitlab.com/wireshark/wireshark/-/issues/19574
|
||||||
inherit (import sources.pin-wireshark {}) wireshark;
|
inherit (import sources.pin-wireshark {}) wireshark;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue