nixos/binfmt: update release notes and provide examples

This commit is contained in:
Matthew Bauer
2019-07-17 17:09:20 -04:00
parent 1acc701fdb
commit 857f7fb4af
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -234,6 +234,7 @@ in {
emulatedSystems = mkOption {
default = [];
example = [ "wasm32-wasi" "x86_64-windows" "aarch64-linux" ];
description = ''
List of systems to emulate. Will also configure Nix to
support your new systems.