refactor: hemar reboot

This commit is contained in:
2025-09-28 04:44:46 +00:00
parent d20d34d829
commit befdb1c9e4
27 changed files with 374 additions and 38 deletions
+7
View File
@@ -0,0 +1,7 @@
{
system,
self,
pkgs
}: {
hemar = import ./hemar.nix { inherit self system pkgs; };
}
+5
View File
@@ -0,0 +1,5 @@
{ pkgs, ... }: pkgs.mkShell {
buildInputs = (with pkgs; [
dash
]);
}