Compare commits

..

No commits in common. "b4d44d4a2f0dde01df0e241c6f16f6eb1645a9de" and "8f97d79e7282b160f551662c9671f4c3601c3bb3" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -116,11 +116,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1690031011, "lastModified": 1689679375,
"narHash": "sha256-kzK0P4Smt7CL53YCdZCBbt9uBFFhE0iNvCki20etAf4=", "narHash": "sha256-LHUC52WvyVDi9PwyL1QCpaxYWBqp4ir4iL6zgOkmcb8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "12303c652b881435065a98729eb7278313041e49", "rev": "684c17c429c42515bafb3ad775d2a710947f3d67",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -5,8 +5,8 @@ with pkgs;
{ {
nixpkgs.overlays = [ nixpkgs.overlays = [
(final: prev: { (final: prev: {
emacs-vterm = ((emacsPackagesFor emacs29-pgtk).emacsWithPackages emacs-vterm = ((emacsPackagesFor emacs28NativeComp).emacsWithPackages
(epkgs: with epkgs; [ vterm ])); (epkgs: with epkgs; [ vterm pdf-tools ]));
}) })
]; ];
} }