work: +chronoctl

This commit is contained in:
2025-08-27 06:23:05 +00:00
parent f1ad15ed59
commit bb66ae9870
3 changed files with 46 additions and 1 deletions

View File

@@ -105,6 +105,7 @@
nicer = super.callPackage ./pkgs/nicer.nix { };
tmuxbash = super.callPackage ./pkgs/tmuxbash.nix { };
vanta-agent = super.callPackage ./pkgs/vanta-agent.nix { };
chronoctl = super.callPackage ./pkgs/chronoctl.nix { };
pkgs-unstable = import nixpkgs-unstable {
inherit (super) system;
@@ -323,7 +324,7 @@
in
{
packages.x86_64-linux = {
inherit (pkgs) weather gamja;
inherit (pkgs) weather gamja chronoctl;
};
}
);