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