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




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

# This file is built to populate the binary cache.

import lib/eval-config.nix ({ config, ... }: {
  doc = import ./Documentation { inherit config; };

  checks = import release/checks { inherit config; };

  combined = import release/combined/run-vm.nix { inherit config; };
})