tnetplug/release.nix

8 lines
148 B
Nix

# For running on Hydra
{
adc2tcp = import ./default.nix {
mozillaOverlay = import <mozillaOverlay>;
rustRestrictedManifest = true;
};
}