Unverified Commit a71936c7 authored by Janne Heß's avatar Janne Heß Committed by GitHub
Browse files

Merge pull request #254027 from luochen1990/feature-better-binfmt

nixos/binfmt: improve type annotations
parents 839cdaa1 9c5afb2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -279,7 +279,7 @@ in {
          support your new systems.
          Warning: the builder can execute all emulated systems within the same build, which introduces impurities in the case of cross compilation.
        '';
        type = types.listOf types.str;
        type = types.listOf (types.enum (builtins.attrNames magics));
      };
    };
  };