revert Merge pull request 'revert_templates' (#4132) from Qubasa/clan-core:revert_templates into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4132
This commit is contained in:
hsjobeki
2025-06-29 09:13:57 +00:00
committed by Johannes Kirschbauer
parent d7dcb55001
commit a27321a826
29 changed files with 170 additions and 569 deletions

2
templates/clan/minimal/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
result
.direnv/

View File

@@ -1,6 +1,11 @@
{
inputs.clan-core.url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz";
inputs.nixpkgs.follows = "clan-core/nixpkgs";
inputs = {
clan-core.url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz";
nixpkgs.follows = "clan-core/nixpkgs";
flake-parts.follows = "clan-core/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "clan-core/nixpkgs";
};
outputs =
{ self, clan-core, ... }:

View File

@@ -1,5 +0,0 @@
{
"meta": { "name": "__CHANGE_ME__" },
"machines": {},
"services": {}
}