This commit is contained in:
2025-09-26 21:38:33 -04:00
parent 052c95b4c7
commit 60b061bb97
9 changed files with 593 additions and 958 deletions

View File

@@ -54,10 +54,6 @@
};
};
nixpkgs.config.packageOverrides = pkgs: {
emacs = pkgs.emacs.override { withNativeCompilation = false; };
};
system.stateVersion = 5;
# fix for this: https://github.com/LnL7/nix-darwin/issues/1346