From 256c85ba5cc5f9636ad216b47a6143778aaa2bdb Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 19 Nov 2023 03:24:46 +0000 Subject: [PATCH] abaddon: refer to upstream PR for platforms fix --- hosts/common/programs/abaddon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/programs/abaddon.nix b/hosts/common/programs/abaddon.nix index 502084d2..ddba825a 100644 --- a/hosts/common/programs/abaddon.nix +++ b/hosts/common/programs/abaddon.nix @@ -5,7 +5,7 @@ # nixpkgs marks this explicitly as x86_64-only. # but i can build it for aarch64 here. # the only x86_64 runtime dependency is gnum4, via gtkmm (likely unused; build remnant). - # TODO: if it works reliably on aarch64, upstream this! + # see upstream nixpkgs PR: package = pkgs.abaddon.overrideAttrs (upstream: { meta = upstream.meta // { platforms = lib.platforms.linux;