Disable exo flake input (broken flake.nix upstream)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -76,6 +76,6 @@
|
|||||||
inputs.lector.packages.${system}.default # gui & tui
|
inputs.lector.packages.${system}.default # gui & tui
|
||||||
inputs.sgard.packages.${system}.default
|
inputs.sgard.packages.${system}.default
|
||||||
inputs.arca.packages.${system}.default
|
inputs.arca.packages.${system}.default
|
||||||
inputs.exo.packages.x86_64-linux.exo-desktop
|
# inputs.exo.packages.x86_64-linux.exo-desktop
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,8 +29,8 @@
|
|||||||
arca.url = "git+https://git.wntrmute.dev/kyle/arca";
|
arca.url = "git+https://git.wntrmute.dev/kyle/arca";
|
||||||
arca.inputs.nixpkgs.follows = "nixpkgs";
|
arca.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
exo.url = "git+https://git.wntrmute.dev/kyle/exo";
|
# exo.url = "git+https://git.wntrmute.dev/kyle/exo";
|
||||||
exo.inputs.nixpkgs.follows = "nixpkgs";
|
# exo.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user