initial commit

This commit is contained in:
2026-02-06 13:52:54 +01:00
commit e74b485510
10 changed files with 851 additions and 0 deletions

7
overlays/default.nix Normal file
View File

@@ -0,0 +1,7 @@
final: prev:
let
packages = import ../pkgs { pkgs = prev; };
in
{
inherit (packages) example-a example-b;
}