about summary refs log tree commit diff
path: root/users/grfn/web/shell.nix
with import <nixpkgs> { config.allowUnfree = true; };
mkShell {
  buildInputs = [
    awscli
    gnumake
    tarsnap
    certbot
  ];
}