From 1de7e7f7596316bc4b1ae9d1f83ef15cec308216 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 1 Sep 2022 12:15:54 -0700 Subject: [PATCH] Allow unfree packages --- nix/flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/flake.nix b/nix/flake.nix index 662e513..6d05ba0 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -16,6 +16,7 @@ overlays = [ self.overlays."${system}".xonsh_with_plugins ]; + config.allowUnfree = true; }); mkHomeConfig = ({system, username ? "ttm" }: home-manager.lib.homeManagerConfiguration {