From f64c8775f3e0ae117594da93d46063dfad47afef Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 23 Aug 2021 01:04:13 +0200 Subject: [PATCH] nix: mark package as broken For some reason I get an error when building under nix... --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 56d4ecf..b2d50ed 100644 --- a/flake.nix +++ b/flake.nix @@ -87,6 +87,7 @@ ]; meta = with pkgs.lib; { + broken = true; # Only breaks under nix description = "A simple calculator using big numbers"; homepage = "https://gitea.belanyi.fr/ambroisie/abacus"; license = licenses.mit;