mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 12:45:14 +01:00
no rustls yet
This commit is contained in:
parent
94e2c26ae2
commit
d043f8200f
2 changed files with 10 additions and 8 deletions
|
|
@ -32,7 +32,6 @@ in
|
||||||
# patches = [ ./change-hello-to-hi.patch ];
|
# patches = [ ./change-hello-to-hi.patch ];
|
||||||
# });
|
# });
|
||||||
# })
|
# })
|
||||||
|
|
||||||
inputs.nur.overlay
|
inputs.nur.overlay
|
||||||
];
|
];
|
||||||
# Configure your nixpkgs instance
|
# Configure your nixpkgs instance
|
||||||
|
|
|
||||||
|
|
@ -21,12 +21,12 @@
|
||||||
# If you want to use overlays exported from other flakes:
|
# If you want to use overlays exported from other flakes:
|
||||||
# neovim-nightly-overlay.overlays.default
|
# neovim-nightly-overlay.overlays.default
|
||||||
|
|
||||||
# vquic is sad right now.
|
# final: prev: {
|
||||||
# (final: prev: {
|
# curl = prev.curl.override {
|
||||||
# curl = prev.curl.override {
|
# # vquic is sad right now.
|
||||||
# http3Support = true;
|
# # http3Support = true;
|
||||||
# };
|
# };
|
||||||
# })
|
# )
|
||||||
];
|
];
|
||||||
# Configure your nixpkgs instance
|
# Configure your nixpkgs instance
|
||||||
config = {
|
config = {
|
||||||
|
|
@ -184,7 +184,10 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
wget
|
wget
|
||||||
curl
|
(curl.override {
|
||||||
|
# opensslSupport = false;
|
||||||
|
# rustlsSupport = true;
|
||||||
|
})
|
||||||
firefox
|
firefox
|
||||||
os-prober
|
os-prober
|
||||||
git
|
git
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue