Restrict nix-user-chroot platforms to linux

This commit is contained in:
Matthew Bauer 2020-07-30 15:33:06 -05:00
parent cad462508b
commit 0350a57dcd

View File

@ -58,6 +58,8 @@ in rec {
runHook postInstall
'';
meta.platforms = lib.platforms.linux;
};
makebootstrap = { targets, startup }: