This commit is contained in:
2026-01-09 17:12:39 +00:00
parent abb5fc9558
commit 94049c3213
7 changed files with 73 additions and 3 deletions

3
overlays/lumen.nix Normal file
View File

@@ -0,0 +1,3 @@
{inputs}: final: prev: {
lumen = inputs.lumen.packages.${prev.stdenv.hostPlatform.system}.default;
}