Avoid top-level with ...; in lib/kernel.nix

This commit is contained in:
Philip Taron 2024-03-11 08:04:13 -07:00
parent 0c392a47e1
commit 1f120c454a
No known key found for this signature in database

View File

@ -1,6 +1,8 @@
{ lib }:
with lib;
let
inherit (lib) mkIf versionAtLeast versionOlder;
in
{