forked from M-Labs/thermostat
7 lines
126 B
Nix
7 lines
126 B
Nix
|
# For running on Hydra
|
||
|
|
||
|
import ./default.nix {
|
||
|
mozillaOverlay = import <mozillaOverlay>;
|
||
|
rustRestrictedManifest = true;
|
||
|
}
|