mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
overlays/pin-emacs28: drop
I suspect that agda toolchain has moved on and I can use a newer emacs
This commit is contained in:
parent
085442e442
commit
daf4d2901e
3 changed files with 0 additions and 13 deletions
|
|
@ -64,9 +64,6 @@ in
|
||||||
./vanadium/overlay.nix
|
./vanadium/overlay.nix
|
||||||
./vanadium/kernel-overlay.nix
|
./vanadium/kernel-overlay.nix
|
||||||
|
|
||||||
# removed, but I need it for PLFA!
|
|
||||||
../overlays/pin-emacs28.nix
|
|
||||||
|
|
||||||
# use lix everywhere and wrap it with nom
|
# use lix everywhere and wrap it with nom
|
||||||
../overlays/lix.nix
|
../overlays/lix.nix
|
||||||
../overlays/nix-monitored.nix
|
../overlays/nix-monitored.nix
|
||||||
|
|
|
||||||
|
|
@ -118,10 +118,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
};
|
};
|
||||||
emacs = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.unsafe-emacs28;
|
|
||||||
};
|
|
||||||
lazygit.enable = true;
|
lazygit.enable = true;
|
||||||
fish = {
|
fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
let
|
|
||||||
sources = import ../../npins;
|
|
||||||
in
|
|
||||||
_: _: {
|
|
||||||
unsafe-emacs28 = (import sources.pin-emacs28 { }).emacs;
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue