nix-infra/shell.nix

8 lines
112 B
Nix

{
pkgs ? import <nixpkgs> { },
}: pkgs.mkShell {
buildInputs = with pkgs; [
sops
compose2nix
];
}