mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-28 03:37:12 +08:00
Don't use emacs overlay for now
This commit is contained in:
parent
69e4a0368e
commit
b8073e2ed3
1 changed files with 4 additions and 2 deletions
|
|
@ -1,8 +1,10 @@
|
|||
{ pkgs, inputs, ... }:
|
||||
let emacs = pkgs.emacsUnstable;
|
||||
let
|
||||
# emacs = pkgs.emacsUnstable;
|
||||
emacs = pkgs.emacs;
|
||||
in
|
||||
{
|
||||
nixpkgs.overlays = [ inputs.emacs-overlay.overlay ];
|
||||
# nixpkgs.overlays = [ inputs.emacs-overlay.overlay ];
|
||||
environment.systemPackages = [
|
||||
emacs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue