at 16.09-beta 203 B view raw
1{ system ? builtins.currentSystem }: 2 3with import ../lib/testing.nix { inherit system; }; 4 5runInMachine { 6 drv = pkgs.hello; 7 machine = { config, pkgs, ... }: { /* services.sshd.enable = true; */ }; 8}