diff options
Diffstat (limited to 'third_party/nix/test-vm.nix')
-rw-r--r-- | third_party/nix/test-vm.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/nix/test-vm.nix b/third_party/nix/test-vm.nix index e5f8690fcb2d..8b00e5515ba2 100644 --- a/third_party/nix/test-vm.nix +++ b/third_party/nix/test-vm.nix @@ -16,4 +16,5 @@ let }; system = depot.third_party.nixos { inherit configuration; }; -in system.vm +in +system.vm |