feat: include hectic-landing to hectic

This commit is contained in:
2026-04-30 19:33:21 +00:00
parent 2eaa568f5b
commit 70c44f1fa7
3 changed files with 43 additions and 18 deletions

View File

@@ -52,6 +52,12 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
hectic-landing = {
# NOTE(yukkop): private repo - SSH access required.
# Only evaluated when nixosConfigurations."hectic-lab|x86_64-linux" is built.
url = "git+ssh://git@github.com/liquizz/hectic-landing.git";
inputs.nixpkgs.follows = "nixpkgs-fixed";
};
};
outputs = {