65e533431a
The former is now just an alias for the latter anyways.
7 lines
118 B
Nix
7 lines
118 B
Nix
{ pkgs, ... }:
|
|
|
|
pkgs.emacsPackages.trivialBuild rec {
|
|
pname = "dottime";
|
|
version = "1.0";
|
|
src = ./dottime.el;
|
|
}
|