From 8abce2629028d21e91007d22a9d25fcc73339f51 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Sun, 23 Mar 2025 00:54:33 +0100 Subject: [PATCH] edge: had to use edge for work reasons might remove if not needed later --- systems/x86_64-linux/yggdrasil/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/x86_64-linux/yggdrasil/default.nix b/systems/x86_64-linux/yggdrasil/default.nix index e6f5d74..24eaf0c 100644 --- a/systems/x86_64-linux/yggdrasil/default.nix +++ b/systems/x86_64-linux/yggdrasil/default.nix @@ -22,6 +22,8 @@ in pyfa unzip + + microsoft-edge ]; environment.pathsToLink = [ "/libexec" ];