fix(template): correct hectic utils input

This commit is contained in:
2025-11-14 15:53:12 +00:00
parent 5a8fd0a275
commit 4ae460f6e3
4 changed files with 1896 additions and 65 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
hutil = {
url = "github:hectic-lab/util.nix?ref=fix/postgres-extension";
url = "github:hectic-lab/util.nix";
inputs = {
nixpkgs.follows = "nixpkgs";
};