From 574d33a2ded4fc36fd0b63fa70e44d9ab378da47 Mon Sep 17 00:00:00 2001 From: sterni Date: Tue, 26 Apr 2022 15:32:10 +0200 Subject: chore(3p/sources): Bump channels & overlays * //3p/farmhash: drop, as it is unused and started to fail * //3p/overlays/tvl: - patch barrier to work with gcc 11 - disable outdated test suite for python38Packages.backports-zoneinfo which still assumes zoneinfo 2020a. * //3p/overlays/haskell: patch generic-arbitrary to avoid neg resizes * //users/grfn/achilles: disable CI due to linking trouble (ugh). * //users/grfn/system/home/games: Disable DFHack for dwarf fortress as it's now failing to build Refs: ENG-328 Change-Id: I4e1ee8fd9525d4868b82f9bad8ca5f09e7fdb9d0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5506 Tested-by: BuildkiteCI Reviewed-by: grfn --- users/grfn/achilles/default.nix | 3 +++ users/grfn/system/home/modules/games.nix | 1 + 2 files changed, 4 insertions(+) (limited to 'users/grfn') diff --git a/users/grfn/achilles/default.nix b/users/grfn/achilles/default.nix index 5245049d4a..6dab0a5a62 100644 --- a/users/grfn/achilles/default.nix +++ b/users/grfn/achilles/default.nix @@ -21,4 +21,7 @@ depot.third_party.naersk.buildPackage { ]); doCheck = true; + + # Trouble linking against LLVM, maybe since rustc's llvmPackages got bumped? + meta.ci.skip = true; } diff --git a/users/grfn/system/home/modules/games.nix b/users/grfn/system/home/modules/games.nix index 8067caf65f..5272ac9330 100644 --- a/users/grfn/system/home/modules/games.nix +++ b/users/grfn/system/home/modules/games.nix @@ -11,6 +11,7 @@ let theme = null; enableIntro = false; enableFPS = true; + enableDFHack = false; # Fails to build currently }); init = runCommand "init.txt" { } '' -- cgit 1.4.1