summary refs log blame commit diff
path: root/shell.nix
blob: 88243bc7ff3e47f9bff63e4de1ddafffe76cf9d9 (plain) (tree)
1
2
3
4
5
6
7
8


                                                         
                                                              

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

import lib/eval-config.nix ({ config, ... }: with config.pkgs;

mkShell {
  nativeBuildInputs = [ b4 reuse ];
})