mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
10 lines
166 B
Nix
10 lines
166 B
Nix
{overlays}: {
|
|
simple-go-server = import ./oott-service.nix;
|
|
|
|
overlayNixpkgsForThisInstance = {pkgs, ...}: {
|
|
nixpkgs = {
|
|
inherit overlays;
|
|
};
|
|
};
|
|
}
|