Add logcli and stay on 6.12 for now
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m51s
Periodic flake update / flake-update (push) Successful in 1m18s

This commit is contained in:
2025-01-23 16:48:31 +01:00
parent e4740f7c14
commit 2c94df8bfc
2 changed files with 8 additions and 2 deletions

View File

@@ -120,5 +120,11 @@ in
awakened-poe-trade
(pkgs.callPackage ./vintagestory.nix { })
(pkgs.linkFarm "logcli" [
{
name = "bin/logcli";
path = pkgs.grafana-loki;
}
])
];
}