flake: update to new M-Labs repos URLs
Hydra misoc Hydra build #193848 of nix-servo:nix-servo:misoc
Hydra fast-servo-gateware Hydra build #193842 of nix-servo:nix-servo:fast-servo-gateware
Hydra migen Hydra build #193847 of nix-servo:nix-servo:migen
Hydra linien-server Hydra build #193846 of nix-servo:nix-servo:linien-server
Hydra fast-servo-u-boot Hydra build #193845 of nix-servo:nix-servo:fast-servo-u-boot
Hydra fast-servo-bootimage Hydra build #193840 of nix-servo:nix-servo:fast-servo-bootimage
Hydra fast-servo-dtb Hydra build #193841 of nix-servo:nix-servo:fast-servo-dtb
Hydra fast-servo-sd-image Hydra build #193844 of nix-servo:nix-servo:fast-servo-sd-image
Hydra fast-servo-qemu Hydra build #193843 of nix-servo:nix-servo:fast-servo-qemu

This commit was merged in pull request #80.
This commit is contained in:
2026-03-11 11:25:14 +08:00
parent ceed978005
commit 229d0c9252
2 changed files with 17 additions and 17 deletions
Generated
+15 -15
View File
@@ -64,35 +64,35 @@
"src-migen": {
"flake": false,
"locked": {
"lastModified": 1767585922,
"narHash": "sha256-oDC8yWzJbCNMYeDiBTR6V9MUYvdDp1MArIfLmTwycRY=",
"owner": "m-labs",
"repo": "migen",
"rev": "e19524c963a8342952840983047557707fbe0b6a",
"type": "github"
"lastModified": 1768997857,
"narHash": "sha256-bdKQUQ3XLc4fV5sYBfKMuHuOS7nlF0ZU7rjWIKDzFzA=",
"ref": "refs/heads/master",
"rev": "44e5627d367c528b3ce5e686b6f305a9dfc56f2a",
"revCount": 2076,
"type": "git",
"url": "https://git.m-labs.hk/M-Labs/migen.git"
},
"original": {
"owner": "m-labs",
"repo": "migen",
"type": "github"
"type": "git",
"url": "https://git.m-labs.hk/M-Labs/migen.git"
}
},
"src-misoc": {
"flake": false,
"locked": {
"lastModified": 1767585989,
"narHash": "sha256-LA7pb4G83LGfKxB776CsQzDIyDDQrXwKnNEA25KRPVE=",
"lastModified": 1765867404,
"narHash": "sha256-YPYUHVIryXDp4W2hUtHUtBbRKIrbhInWImT0NKaacSY=",
"ref": "refs/heads/master",
"rev": "98227d90be73ead8b797eca74da7c58d0c18f378",
"revCount": 2510,
"rev": "7ab412de11f6533cd68cd818924da5c28a484ccd",
"revCount": 2509,
"submodules": true,
"type": "git",
"url": "https://github.com/m-labs/misoc.git"
"url": "https://git.m-labs.hk/M-Labs/misoc.git"
},
"original": {
"submodules": true,
"type": "git",
"url": "https://github.com/m-labs/misoc.git"
"url": "https://git.m-labs.hk/M-Labs/misoc.git"
}
}
},
+2 -2
View File
@@ -5,8 +5,8 @@
inputs.not-os.url = github:cleverca22/not-os;
inputs.not-os.inputs.nixpkgs.follows = "nixpkgs";
inputs.src-migen = { url = github:m-labs/migen; flake = false; };
inputs.src-misoc = { type = "git"; url = "https://github.com/m-labs/misoc.git"; submodules = true; flake = false; };
inputs.src-migen = { url = "https://git.m-labs.hk/M-Labs/migen.git"; type = "git"; flake = false; };
inputs.src-misoc = { url = "https://git.m-labs.hk/M-Labs/misoc.git"; type = "git"; submodules = true; flake = false; };
outputs = { self, nixpkgs, not-os, src-migen, src-misoc }:
let