From 486ca1633b981a8efa65f7f1b9dfa2e5a1200b55 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Wed, 13 Jan 2021 10:12:21 -0500 Subject: 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 --- users/glittershark/gws.fyi/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users') diff --git a/users/glittershark/gws.fyi/shell.nix b/users/glittershark/gws.fyi/shell.nix index 41c77d3b80c1..846bdb6677a3 100644 --- a/users/glittershark/gws.fyi/shell.nix +++ b/users/glittershark/gws.fyi/shell.nix @@ -1,4 +1,4 @@ -with import {}; +with import { config.allowUnfree = true; }; mkShell { buildInputs = [ awscli -- cgit 1.4.1