From d043f8200f7dd49124c44583a8efb624238b3bfe Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Fri, 1 Sep 2023 22:07:21 +0200 Subject: [PATCH] no rustls yet --- home-manager/home.nix | 1 - nixos/configuration.nix | 17 ++++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index c91fce3..ab3ef48 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -32,7 +32,6 @@ in # patches = [ ./change-hello-to-hi.patch ]; # }); # }) - inputs.nur.overlay ]; # Configure your nixpkgs instance diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 6f34028..7e5ce9c 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -21,12 +21,12 @@ # If you want to use overlays exported from other flakes: # neovim-nightly-overlay.overlays.default - # vquic is sad right now. - # (final: prev: { - # curl = prev.curl.override { - # http3Support = true; - # }; - # }) + # final: prev: { + # curl = prev.curl.override { + # # vquic is sad right now. + # # http3Support = true; + # }; + # ) ]; # Configure your nixpkgs instance config = { @@ -184,7 +184,10 @@ environment.systemPackages = with pkgs; [ vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. wget - curl + (curl.override { + # opensslSupport = false; + # rustlsSupport = true; + }) firefox os-prober git