added leviathan to flake.nix

This commit is contained in:
2025-08-24 18:39:31 -04:00
parent 62c3aa69fe
commit 68b7a2f80d

View File

@@ -89,6 +89,12 @@
];
specialArgs = { inherit inputs outputs; };
};
leviathan = lib.nixosSystem {
modules = [
./systems/leviathan
];
specialArgs = { inherit inputs outputs; };
};
};
};
}