From 0268a0c721c9d73931bcee9f9b740db8a0b4820a Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Wed, 25 Mar 2026 19:20:59 -0700 Subject: [PATCH] Disable exo flake input (broken flake.nix upstream) Co-Authored-By: Claude Opus 4.6 (1M context) --- configs/desktop-packages-light.nix | 2 +- flake.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/desktop-packages-light.nix b/configs/desktop-packages-light.nix index 2c91127..12413fe 100644 --- a/configs/desktop-packages-light.nix +++ b/configs/desktop-packages-light.nix @@ -76,6 +76,6 @@ inputs.lector.packages.${system}.default # gui & tui inputs.sgard.packages.${system}.default inputs.arca.packages.${system}.default - inputs.exo.packages.x86_64-linux.exo-desktop + # inputs.exo.packages.x86_64-linux.exo-desktop ]; } diff --git a/flake.nix b/flake.nix index fcb7a1d..1a979e0 100644 --- a/flake.nix +++ b/flake.nix @@ -29,8 +29,8 @@ arca.url = "git+https://git.wntrmute.dev/kyle/arca"; arca.inputs.nixpkgs.follows = "nixpkgs"; - exo.url = "git+https://git.wntrmute.dev/kyle/exo"; - exo.inputs.nixpkgs.follows = "nixpkgs"; + # exo.url = "git+https://git.wntrmute.dev/kyle/exo"; + # exo.inputs.nixpkgs.follows = "nixpkgs"; };