Merge pull request #217 from nix-community/joerg-ci
remove uneeded traceVal
This commit is contained in:
commit
7d48cb7843
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