summary refs log tree commit diff
path: root/shell.nix
blob: f9c003ef64adddfcf32ed4df894948c7608b033f (plain) (blame)
1
2
3
4
5
6
7
8
# SPDX-FileCopyrightText: 2022-2023 Alyssa Ross <hi@alyssa.is>
# SPDX-License-Identifier: MIT

import lib/call-package.nix ({ mkShell, b4, reuse }:

mkShell {
  nativeBuildInputs = [ b4 reuse ];
}) (_: {})