remove latex

This commit is contained in:
KoenDR06 2026-01-25 23:16:38 +01:00
parent c8c17f10b7
commit 8f3117a58e
4 changed files with 9 additions and 8 deletions

View file

@ -2,7 +2,6 @@
inputs,
lib,
config,
pkgs,
...
}: let
inherit (lib) mkEnableOption mkIf;
@ -22,11 +21,6 @@ in {
nix.registry = (lib.mapAttrs (_: flake: {inherit flake;})) ((lib.filterAttrs (_: lib.isType "flake")) inputs);
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
dotnetCorePackages.sdk_9_0
];
nix.nixPath = ["/etc/nix/path"];
environment.etc =
lib.mapAttrs'