db: ignore _litestream tables when validating (#2843)
This commit is contained in:
parent
ddbd3e14ba
commit
456a5d5cce
5 changed files with 35 additions and 5 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue