From cb0649d3cc94b620e6f9d4afa22e84062f949aac Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 7 May 2019 15:58:33 +0800 Subject: [PATCH] use sinara-systems from git.m-labs.hk --- hydra/artiq.nix | 2 +- sinara-systems.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hydra/artiq.nix b/hydra/artiq.nix index d82f2ed..959ed7d 100644 --- a/hydra/artiq.nix +++ b/hydra/artiq.nix @@ -35,7 +35,7 @@ "inputs": { "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-19.03", "emailresponsible": false }, "nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false }, - "sinaraSystemsSrc": { "type": "git", "value": "git://github.com/m-labs/sinara-systems.git master 1", "emailresponsible": false }, + "sinaraSystemsSrc": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/sinara-systems.git master 1", "emailresponsible": false }, "m-labs": { "type": "sysbuild", "value": "artiq:main:generated-nix", "emailresponsible": false } } } diff --git a/sinara-systems.nix b/sinara-systems.nix index 7814d37..658c47e 100644 --- a/sinara-systems.nix +++ b/sinara-systems.nix @@ -24,7 +24,7 @@ let artiq-board = import { inherit pkgs; }; conda-artiq-board = import { inherit pkgs; }; src = pkgs.fetchgit { - url = "git://github.com/m-labs/sinara-systems.git"; + url = "https://git.m-labs.hk/M-Labs/sinara-systems.git"; rev = "$REV"; sha256 = "$HASH"; };