From 11baff138ed2030c6835686e27969a44f07d2ac3 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Thu, 6 Apr 2023 11:00:45 +0200 Subject: [PATCH] Comment --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 4ece9719..3052ccf6 100644 --- a/flake.nix +++ b/flake.nix @@ -53,7 +53,10 @@ pkgs = import nixpkgs { inherit system; + # TODO: I don't understand what the f I need to do here? + # Why can't I enable unfree packages for all files used by this flake? config.allowUnfree = true; + overlays = [ inputs.devshell.overlays.default inputs.nur.overlay