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:
parent
733871195c
commit
486ca1633b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
with import <nixpkgs> {};
|
||||
with import <nixpkgs> { config.allowUnfree = true; };
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
awscli
|
||||
|
|
Loading…
Reference in a new issue