nixos/binfmt: remove unused stringAfter

This commit is contained in:
nikstur
2023-12-29 03:41:45 +01:00
parent d0014a531e
commit 3be357b2e7
+1 -1
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;