remove uneeded traceVal

This commit is contained in:
Jörg Thalheim 2024-05-19 16:30:14 +02:00
parent 5c77e174db
commit c647a22429

View file

@ -1,6 +1,6 @@
{ lib, ... }: { lib, ... }:
let let
is2405 = lib.traceVal (lib.versionAtLeast lib.version "24.05pre"); is2405 = lib.versionAtLeast lib.version "24.05pre";
in in
{ {
# We have a bug in 23.11 in combination with netboot. # We have a bug in 23.11 in combination with netboot.