delete emacs patches

This commit is contained in:
ponymushama 2024-07-24 19:55:59 +08:00
parent 05c929fb88
commit a40b49a7be

View file

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