# SPDX-License-Identifier: MIT # SPDX-FileCopyrightText: 2022 Alyssa Ross # This file is built to populate the binary cache. { pkgs ? import {} }: { combined = import img/combined/run-vm.nix { inherit pkgs; }; }