overlay: remove tracer-game for now

This commit is contained in:
Astro 2022-09-28 23:59:34 +02:00
parent caf8cd5583
commit 7f00933c5f
4 changed files with 11 additions and 4 deletions

View File

@ -97,7 +97,7 @@
firefox firefox
pavucontrol pavucontrol
glxinfo glxinfo
tracer-game # tracer-game
bevy_julia bevy_julia
bevy_mandelbrot bevy_mandelbrot
allcolors allcolors

View File

@ -47,7 +47,7 @@
firefox firefox
mpv mpv
kodi kodi
tracer-game # tracer-game
bevy_julia bevy_julia
bevy_mandelbrot bevy_mandelbrot
allcolors allcolors

View File

@ -67,7 +67,7 @@
pavucontrol pavucontrol
glxinfo glxinfo
projectm projectm
tracer-game # tracer-game
bevy_julia bevy_julia
bevy_mandelbrot bevy_mandelbrot
allcolors allcolors

View File

@ -122,7 +122,14 @@ with final; {
SimpleYggGen-CPP = prev.callPackage ./simpleygggen.nix { }; SimpleYggGen-CPP = prev.callPackage ./simpleygggen.nix { };
inherit (tracer.packages.${system}) tracer-game; tracer-game =
let
broken = true;
reason = "haddock runs on affection for 10 hours and more";
in
if broken
then throw "tracer-game: ${reason}"
else tracer.packages.${system}.tracer-game;
# HACK: referenced by hydra-module.nix but removed from nixos-unstable in 2022-09 # HACK: referenced by hydra-module.nix but removed from nixos-unstable in 2022-09
# TODO: remove with 22.11 # TODO: remove with 22.11