clan-cli: Init clan machines import

This commit is contained in:
Qubasa
2024-09-16 18:15:51 +02:00
parent 6cd07d27b9
commit 0f0a8825e1
11 changed files with 241 additions and 63 deletions

View File

@@ -15,6 +15,10 @@
description = "Flake-parts";
path = ./flake-parts;
};
flash-installer = {
description = "Flash installer";
path = ./flash-installer;
};
};
};
}

View File

@@ -0,0 +1,7 @@
{
imports = [
];
# Hello World
}