db: ignore _litestream tables when validating (#2843)

This commit is contained in:
Kristoffer Dalby 2025-11-01 08:08:22 +01:00 committed by GitHub
parent ddbd3e14ba
commit 456a5d5cce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 35 additions and 5 deletions

View file

@ -19,7 +19,7 @@
overlay = _: prev: let
pkgs = nixpkgs.legacyPackages.${prev.system};
buildGo = pkgs.buildGo125Module;
vendorHash = "sha256-GUIzlPRsyEq1uSTzRNds9p1uVu4pTeH5PAxrJ5Njhis=";
vendorHash = "sha256-VOi4PGZ8I+2MiwtzxpKc/4smsL5KcH/pHVkjJfAFPJ0=";
in {
headscale = buildGo {
pname = "headscale";