From 53d02c68ffc421dd564333c77b1be9457dda55f9 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 11 Oct 2023 20:06:40 +0200 Subject: machines/wolfgang: Fix attrname for thunderbird The "thunderbird-wayland" attribute has been an alias for a long time and with a recent cleanup[1] of old aliases, the alias got dropped and we now get an eval error due to a missing attribute. Since "thunderbird-wayland" already was an alias, it should be safe to just use "thunderbird". [1]: https://github.com/NixOS/nixpkgs/commit/0c51bf975b5be87375d73aa5f3ba21542c240635 Signed-off-by: aszlig Cc: @sternenseemann --- machines/sternenseemann/wolfgang.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines') diff --git a/machines/sternenseemann/wolfgang.nix b/machines/sternenseemann/wolfgang.nix index c506b06c..61599143 100644 --- a/machines/sternenseemann/wolfgang.nix +++ b/machines/sternenseemann/wolfgang.nix @@ -62,7 +62,7 @@ in { vuizvui.sternenseemann.acme exfat borgbackup gnupg pinentry-gnome signing-party gpgme - thunderbird-wayland + thunderbird vuizvui.sternenseemann.texlive # jabref # depends on insecure JDK version yt-dlp mpv vlc spotify -- cgit 1.4.1