From 2df9b037aaeb0c972d000b417bb1d9765b642ca2 Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Wed, 24 Aug 2022 18:23:55 +0200 Subject: [PATCH] allow unfree --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2ca205e7..96f55dd8 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" "aarch64-darwin"];