forked from mirrors/nixpkgs
nixos/binfmt: remove unused stringAfter
This commit is contained in:
parent
d0014a531e
commit
3be357b2e7
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue