mcu-contrib: Fix rust-overlay URL

This commit was merged in pull request #105.
This commit is contained in:
2026-02-04 16:23:47 +08:00
parent d5271c7e1e
commit 2b9c98f08b

View File

@@ -12,7 +12,7 @@
"keepnr": 10,
"inputs": {
"nixpkgs": { "type": "git", "value": "https://github.com/NixOS/nixpkgs.git nixos-25.11", "emailresponsible": false },
"rustOverlay": { "type": "git", "value": "https://https://github.com/oxalica/rust-overlay.git", "emailresponsible": false },
"rustOverlay": { "type": "git", "value": "https://github.com/oxalica/rust-overlay.git", "emailresponsible": false },
"nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false },
"stabilizerSrc": { "type": "git", "value": "https://github.com/quartiq/stabilizer.git main", "emailresponsible": false },
"thermostatEemSrc": { "type": "git", "value": "https://github.com/quartiq/thermostat-eem.git main", "emailresponsible": false }