tvl-depot/users/glittershark/gws.fyi/shell.nix
Griffin Smith 486ca1633b fix(gws.fyi): Set config.allowUnfree in the shell.nix
Necessary for tarsnap (for now), though I'm probably gonna get rid of
that sooner rather than later.

Change-Id: I4614a8e4ea62edd247a0fead6ae38d1f870b36f4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2357
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
2021-01-13 16:53:58 +00:00

9 lines
140 B
Nix

with import <nixpkgs> { config.allowUnfree = true; };
mkShell {
buildInputs = [
awscli
gnumake
letsencrypt
tarsnap
];
}