blob: d4533054d6f15b171174d875e2da4952ba17a52d [file] [log] [blame]
# SPDX-FileCopyrightText: 2024 Auxolotl Infrastructure Contributors
# SPDX-FileCopyrightText: 2024 Clicks Codes
#
# SPDX-License-Identifier: GPL-3.0-only
{
mkShell,
nix-unit,
reuse,
deploy-rs,
}:
mkShell {
packages = [
reuse # Used to provide licenses & copyright attribution
deploy-rs # Used to deploy to our servers
nix-unit # Used to do unit testing
];
}