mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: rename pins
This commit is contained in:
parent
e4edbf6725
commit
420d265ba3
3 changed files with 6 additions and 6 deletions
|
|
@ -5,11 +5,11 @@ in
|
|||
lib.composeManyExtensions [
|
||||
(final: _: {
|
||||
# Isabelle version 2023
|
||||
inherit (import sources.isabelle-pin {}) isabelle;
|
||||
inherit (import sources.pin-isabelle {}) isabelle;
|
||||
|
||||
# Wireshark bug
|
||||
# https://gitlab.com/wireshark/wireshark/-/issues/19574
|
||||
inherit (import sources.wireshark-pin {}) wireshark;
|
||||
inherit (import sources.pin-wireshark {}) wireshark;
|
||||
|
||||
wallpapers = final.callPackage sources.wallpapers {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue