From d1b8d766651fb91304e1af27fc1ab8a7cd6a401e Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Mon, 25 Nov 2024 12:46:07 +0200 Subject: [PATCH] Removed all the modrinth stuff, btw here r links for reference: https://v2.tauri.app/start/prerequisites/#system-dependencies https://github.com/sfackler/rust-openssl/issues/1663 https://discourse.nixos.org/t/rust-openssl-woes/12340/4 --- hosts/laptop-nixos/configuration.nix | 18 ------------------ hosts/laptop-nixos/home.nix | 4 ---- 2 files changed, 22 deletions(-) diff --git a/hosts/laptop-nixos/configuration.nix b/hosts/laptop-nixos/configuration.nix index 761f811..d49e923 100644 --- a/hosts/laptop-nixos/configuration.nix +++ b/hosts/laptop-nixos/configuration.nix @@ -98,24 +98,6 @@ environment.systemPackages = with pkgs; [ glib-networking openssl - openssl.dev - - pkg-config - cairo - gdk-pixbuf - - # For modrinth - cargo-tauri - gobject-introspection - at-spi2-atk - atkmm - glib - gtk3 - harfbuzz - librsvg - libsoup_3 - pango - webkitgtk_4_1 ]; # Some programs need SUID wrappers, can be configured further or are diff --git a/hosts/laptop-nixos/home.nix b/hosts/laptop-nixos/home.nix index c0fe32f..936e0e1 100644 --- a/hosts/laptop-nixos/home.nix +++ b/hosts/laptop-nixos/home.nix @@ -64,11 +64,7 @@ (minecraft.overrideAttrs (finalAttrs: previousAttrs: { meta.lib.broken = false; })) - # modrinth-app - # modrinth-app-unwrapped - fuse3 rustup - ]; # Home Manager is pretty good at managing dotfiles. The primary way to manage