Command-line and Emacs Calendar Client

update

Ryan Gibb 1c0e51a8 9df58328

Changed files
+2 -2
+1
TODO.org
···
- [ ] check the date module
- [ ] support adding, deleting, and editing events
- [ ] don't print end date if it's the same as the start date (will require a different sort function)
+
- [ ] add a org-agenda style view for caledonia-list
+1 -2
flake.nix
···
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs";
-
# https://github.com/tweag/opam-nix/issues/117#issuecomment-2781330570
-
opam-nix.url = "github:RyanGibb/opam-nix/timere";
+
opam-nix.url = "github:tweag/opam-nix";
flake-utils.url = "github:numtide/flake-utils";
# we pin opam-nix's nixpkgs to follow the flakes, avoiding using two different instances
opam-nix.inputs.nixpkgs.follows = "nixpkgs";