1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00

expose overlay

This commit is contained in:
Robin Appelman 2024-03-22 19:56:32 +01:00
commit a49614765f

View file

@ -58,5 +58,7 @@
nodeLd
];
};
});
}) // {
overlays.default = import ./overlay.nix;
};
}