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