Skip to content

Commit

Permalink
Merge pull request #217 from nix-community/joerg-ci
Browse files Browse the repository at this point in the history
remove uneeded traceVal
  • Loading branch information
Mic92 authored May 19, 2024
2 parents 5c77e17 + c647a22 commit 7d48cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/restore-remote-access.nix
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7d48cb7

Please sign in to comment.