diff options
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 427e936..32fbcc2 100644 --- a/default.nix +++ b/default.nix @@ -19,4 +19,5 @@ example-package = pkgs.callPackage ./pkgs/example-package { }; hgrep = pkgs.callPackage ./pkgs/hgrep { }; reparojson = pkgs.callPackage ./pkgs/reparojson { }; + term-clock = pkgs.callPackage ./pkgs/term-clock { }; } |
