chore(emergency): commit everything to prepare for a reinstall

What happened? My system OOM'd, and now my entire system is broken.

I have to reinstall *everything*.
This commit is contained in:
Artur Manuel 2025-02-08 22:24:28 +00:00
commit 5b2a8031c2
5 changed files with 46 additions and 37 deletions

View file

@ -11,10 +11,10 @@
packageOverrides = pyprev: _pyfinal: {
custom-xonsh = pyprev.xonsh.overrideAttrs (finalAttrs: {
src = fetchFromGitHub {
owner = "amadaluzia";
owner = "xonsh";
repo = finalAttrs.pname;
rev = "configurable-xonsh-dirs";
hash = "sha256-ynKPzw2MAp7wVXKHA8vZulJ+O9pJ+tvVc1c0wzlZICQ=";
rev = "0292b43e64c72ef16a75128d6346ce7d3b316d66";
hash = "sha256-kCtn8ujD0UahOLxtV9DD81awOYl6xirgnBoW/ywZxs0=";
};
});
};