From a40b49a7bea255154b1370449e4162d97fbca575 Mon Sep 17 00:00:00 2001 From: ponymushama Date: Wed, 24 Jul 2024 19:55:59 +0800 Subject: [PATCH] delete emacs patches --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3ea9fef..2ae63af 100644 --- a/flake.nix +++ b/flake.nix @@ -52,7 +52,6 @@ (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 ]; }; # configure pkgs