diff --git a/flake.nix b/flake.nix index 3170a94..d0336ea 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,7 @@ # ]; supportedSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]; forEachSupportedSystem = f: nixpkgs.lib.genAttrs supportedSystems (system: f { - pkgs = import nixpkgs { inherit system; }; #overlays + pkgs = import nixpkgs { inherit system; config.allowUnfree = true; }; #overlays }); in {