Compare commits

...

3 commits

Author SHA1 Message Date
Antoine Martin 43cdecbc35 flake.lock: Update
Flake input changes:

* Updated 'emacs-overlay': 'github:nix-community/emacs-overlay/a8663485e83d0975f9ef0288194838078dab90cd' -> 'github:nix-community/emacs-overlay/cb4febf24b04ef44abe7aaa692e71b965083294d'
2021-05-21 11:02:46 +02:00
Antoine Martin f04f492f77 emacs: revert back to emacsPgtkGcc 2021-05-21 11:01:02 +02:00
Antoine Martin 66c7121c87 flake.lock: Update
Flake input changes:

* Updated 'nixpkgs-unstable': 'github:NixOS/nixpkgs/83d907fd760d9ee4f49b4b7e4b1c6682f137b573' -> 'github:NixOS/nixpkgs/673aea9f84c955c94b105797fdc56007017af4db'
2021-05-21 10:51:31 +02:00
2 changed files with 7 additions and 9 deletions

View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"emacs-overlay": { "emacs-overlay": {
"locked": { "locked": {
"lastModified": 1621245326, "lastModified": 1621565684,
"narHash": "sha256-tGsrUnp3Zl8rvDq/JXOSK9IPkT0ZRqaXTZddix/V16Q=", "narHash": "sha256-EDssKjLt2dDXatuZaLPw8qi8FwWAiOmbPMEoi782UhU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "a8663485e83d0975f9ef0288194838078dab90cd", "rev": "cb4febf24b04ef44abe7aaa692e71b965083294d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -55,11 +55,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1621073999, "lastModified": 1621288494,
"narHash": "sha256-Cp99YreSFedcWovxNmO8g8qFYltQQJPRLfuot6Z7iGE=", "narHash": "sha256-3lQCSw8/J076UwoQhtSVymOibLuojlqF9BAMP6X+/48=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "83d907fd760d9ee4f49b4b7e4b1c6682f137b573", "rev": "673aea9f84c955c94b105797fdc56007017af4db",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -23,9 +23,7 @@
programs.emacs = { programs.emacs = {
enable = true; enable = true;
# FIXME: revert when pgtk branch merged master package = pkgs.emacsPgtkGcc;
# package = pkgs.emacsPgtkGcc;
package = pkgs.emacsGcc;
}; };
}; };
} }