diff options
author | sterni <sternenseemann@systemli.org> | 2022-04-26T13·32+0200 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2022-04-26T19·16+0000 |
commit | 574d33a2ded4fc36fd0b63fa70e44d9ab378da47 (patch) | |
tree | 6337ca959203f9ad6bd694708558b2d8b5196181 /users | |
parent | 96aea320846d3d0d61e9e00d85f58a3efe3f9f82 (diff) |
chore(3p/sources): Bump channels & overlays r/3992
* //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 <grfn@gws.fyi>
Diffstat (limited to 'users')
-rw-r--r-- | users/grfn/achilles/default.nix | 3 | ||||
-rw-r--r-- | users/grfn/system/home/modules/games.nix | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/users/grfn/achilles/default.nix b/users/grfn/achilles/default.nix index 5245049d4a32..6dab0a5a62f7 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 8067caf65fb1..5272ac9330fc 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" { } '' |