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