emacs: rename PgtkGcc to PgtkNativeComp

This commit is contained in:
Antoine Martin 2022-04-26 10:46:56 +02:00
parent 920e599ea4
commit 9b2320b2a4
3 changed files with 4 additions and 4 deletions

View file

@ -46,7 +46,7 @@ jobs:
fail-fast: false
matrix:
name:
- emacsPgtkGcc
- emacsPgtkNativeComp
- grafanaDashboards/nginx
- grafanaDashboards/node-exporter
- kaleidoscope-udev-rules

View file

@ -158,14 +158,14 @@
(import ./pkgs {pkgs = import nixpkgs {inherit system;};})
)
// {
emacsPgtkGcc =
emacsPgtkNativeComp =
(
import nixpkgs {
inherit system;
overlays = [inputs.emacs-overlay.overlay];
}
)
.emacsPgtkGcc;
.emacsPgtkNativeComp;
};
});
}

View file

@ -42,7 +42,7 @@ in {
programs.emacs = {
enable = true;
package = pkgs.emacsPgtkGcc;
package = pkgs.emacsPgtkNativeComp;
};
};
}