delegate pin management to tack

This commit is contained in:
atagen 2026-05-29 00:25:36 +10:00
parent 070c3f0a7f
commit 9b2604da81
8 changed files with 402 additions and 274 deletions

View file

@ -29,6 +29,10 @@ in
description = "nix monitoring tool to use";
default = pkgs.nix-output-monitor;
};
tack = mkOption {
type = types.package;
description = "tack pin manager";
};
};
config = lib.mkIf cfg.enable {
environment.sessionVariables.MEATS = cfg.flake;