nixos/binfmt: remove unused stringAfter

This commit is contained in:
nikstur 2023-11-13 09:22:18 +01:00
parent d0014a531e
commit 3be357b2e7

View File

@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }:
let
inherit (lib) mkOption mkDefault types optionalString stringAfter;
inherit (lib) mkOption mkDefault types optionalString;
cfg = config.boot.binfmt;