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>
This commit is contained in:
Griffin Smith 2021-01-13 10:12:21 -05:00 committed by glittershark
parent 733871195c
commit 486ca1633b

View file

@ -1,4 +1,4 @@
with import <nixpkgs> {};
with import <nixpkgs> { config.allowUnfree = true; };
mkShell {
buildInputs = [
awscli