refactor: emacsPackagesNg -> emacsPackages
The former is now just an alias for the latter anyways.
This commit is contained in:
parent
6cbcadc2e4
commit
65e533431a
8 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
pkgs.emacsPackagesNg.trivialBuild rec {
|
||||
pkgs.emacsPackages.trivialBuild rec {
|
||||
pname = "nix-util";
|
||||
version = "1.0";
|
||||
src = ./nix-util.el;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue