summary refs log blame commit diff
path: root/release.nix
blob: ab753acd4706ff7a7700fbb39af60081ee5b2cc6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                              
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2022 Alyssa Ross <hi@alyssa.is>

# This file is built to populate the binary cache.

{ pkgs ? import <nixpkgs> {} }:

{
  combined = import img/combined/run-vm.nix { inherit pkgs; };
}