k3s: remove nested with
This commit is contained in:
parent
7f82c994bd
commit
4556d198f1
@ -88,12 +88,12 @@ lib:
|
||||
# make sure they're in the path if desired.
|
||||
let
|
||||
|
||||
baseMeta = with lib; {
|
||||
baseMeta = {
|
||||
description = "Lightweight Kubernetes distribution";
|
||||
license = licenses.asl20;
|
||||
license = lib.licenses.asl20;
|
||||
homepage = "https://k3s.io";
|
||||
maintainers = lib.teams.k3s.members;
|
||||
platforms = platforms.linux;
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
# resolves collisions with other installations of kubectl, crictl, ctr
|
||||
# prefer non-k3s versions
|
||||
|
Loading…
Reference in New Issue
Block a user