forked from M-Labs/nix-scripts
use sinara-systems from git.m-labs.hk
This commit is contained in:
parent
66456afae9
commit
cb0649d3cc
|
@ -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 }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ let
|
|||
artiq-board = import <m-labs/artiq-board.nix> { inherit pkgs; };
|
||||
conda-artiq-board = import <m-labs/conda-artiq-board.nix> { 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";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue