Updated system and removed broken emacs :(

This commit is contained in:
Emmet
2024-10-18 20:34:52 -05:00
parent 37e63c0ec5
commit 3b9eea143e
6 changed files with 118 additions and 29 deletions

View File

@@ -56,7 +56,9 @@
(import inputs.nixpkgs { system = systemSettings.system; rocmSupport = (if systemSettings.gpu == "amd" then true else false); }).applyPatches {
name = "nixpkgs-patched";
src = inputs.nixpkgs;
patches = [ ./patches/emacs-no-version-check.patch ];
patches = [ ./patches/emacs-no-version-check.patch
./patches/nixpkgs-348697.patch
];
};
# configure pkgs