Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-06-26 11:52:54 +02:00
parent db9642d714
commit 7b014646cf
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -22,11 +22,11 @@
},
"emacs-overlay": {
"locked": {
"lastModified": 1624668842,
"narHash": "sha256-nCOgKkqXnSuuwizK9tSMUn4VOaQjZgKEllc9CpkLwJY=",
"lastModified": 1624698592,
"narHash": "sha256-or3VxpmerZHAMuhpoA++cj51yopYaRe72triC+4Nq1k=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "27a0a708f269be62692814dbbb5ec167666e743b",
"rev": "67fe74d6e73e3c8a983b09a76d809acc730ad911",
"type": "github"
},
"original": {

View file

@ -3,7 +3,7 @@
let
emacsPkg = pkgs.emacsWithPackagesFromUsePackage {
config = ./emacs/init.el;
package = pkgs.emacsPgtk;
package = pkgs.emacsPgtkGcc;
alwaysEnsure = true;
extraEmacsPackages = epkgs: [
# mu4e is included in the mu package and should be used from there