mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 08:17:46 +00:00
Avoid top-level with ...;
in lib/kernel.nix
This commit is contained in:
parent
0c392a47e1
commit
1f120c454a
@ -1,6 +1,8 @@
|
||||
{ lib }:
|
||||
|
||||
with lib;
|
||||
let
|
||||
inherit (lib) mkIf versionAtLeast versionOlder;
|
||||
in
|
||||
{
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user