thermostat/release.nix

8 lines
148 B
Nix
Raw Normal View History

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