Skip to content

Commit a18d7ba

Browse files
kkharjiastro
authored andcommitted
fix(options): undefined variable 'kernelAtLeast'
It was slightly overlooked in last refactor.
1 parent 6f7e4a7 commit a18d7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos-modules/microvm/options.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let
55
};
66

77
hostName = config.networking.hostName or "$HOSTNAME";
8-
8+
kernelAtLeast = lib.versionAtLeast config.boot.kernelPackages.kernel.version;
99
in
1010
{
1111
options.microvm = with lib; {

0 commit comments

Comments
 (0)