mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
nixos/binfmt: improve type annotations
This commit is contained in:
parent
2c9e9de1fe
commit
9c5afb2f9a
@ -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));
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user