remove uneeded traceVal
This commit is contained in:
parent
5c77e174db
commit
c647a22429
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{ lib, ... }:
|
||||
let
|
||||
is2405 = lib.traceVal (lib.versionAtLeast lib.version "24.05pre");
|
||||
is2405 = lib.versionAtLeast lib.version "24.05pre";
|
||||
in
|
||||
{
|
||||
# We have a bug in 23.11 in combination with netboot.
|
||||
|
|
Loading…
Reference in a new issue