Now running unstable....

This commit is contained in:
Olaf
2026-05-12 10:52:51 +02:00
parent 86d529fdd0
commit 5111cb4178
7 changed files with 65 additions and 33 deletions
+4 -2
View File
@@ -39,7 +39,9 @@ in
"https://nix-community.cachix.org"
"https://cache.nixos.org"
];
trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" ];
trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
gc = {
@@ -79,7 +81,7 @@ in
(emacsWithPackagesFromUsePackage {
config = ../config/emacs/emacs.el;
defaultInitFile = true;
package = emacs-unstable;
package = emacs;
alwaysEnsure = true;
extraEmacsPackages = epkgs: with epkgs; [
magit