This commit is contained in:
2026-05-06 07:51:15 -06:00
parent c716948932
commit 0f75f7b4e6
11 changed files with 75 additions and 28 deletions

10
runtime/default.nix Normal file
View File

@@ -0,0 +1,10 @@
{ stdenv
, callPackage
, bdwgc ? callPackage ./bdwgc.nix {}
}:
stdenv.mkDerivation {
pname = "gyehoek";
version = "1.0.0";
src = ./.;
}