From 0a182761ca8b8de6878b8090d68ddc9572457f12 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Tue, 6 Sep 2022 11:34:52 +0200 Subject: [PATCH] Allow unfree software --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e15a1c4e..75f0e744 100644 --- a/flake.nix +++ b/flake.nix @@ -71,7 +71,7 @@ inherit self inputs; channelsConfig = { - # allowUnfree = true; + allowUnfree = true; }; supportedSystems = [ "x86_64-linux" "aarch64-linux" ];