From dec9e54872064606f3857277ed2f1239eea5411e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Sun, 14 Aug 2022 17:51:41 +0200 Subject: [PATCH] Allow unfree on my branch --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 573deadc..85a39ba6 100644 --- a/flake.nix +++ b/flake.nix @@ -58,7 +58,7 @@ inherit self inputs; channelsConfig = { - # allowUnfree = true; + allowUnfree = true; }; supportedSystems = [ "x86_64-linux" "aarch64-linux" ];