flake: fetch MiSoC submodules

pull/1745/head
Sebastien Bourdeauducq 2021-08-25 12:49:18 +08:00 committed by occheung
parent 3e09e48152
commit 9addd08587
2 changed files with 10 additions and 8 deletions

View File

@ -62,16 +62,18 @@
"flake": false,
"locked": {
"lastModified": 1629858538,
"narHash": "sha256-jdrZPKYqdn0A1GfLBUIhwZ7j5Rj+e5ablHotsK8SXbY=",
"owner": "m-labs",
"repo": "misoc",
"narHash": "sha256-5i0Q71OPJN7poredqT5bTNv10BUqNaoAmnr7nV8cODA=",
"ref": "master",
"rev": "51830eab6849c15210825636fe2389cccebda493",
"type": "github"
"revCount": 2368,
"submodules": true,
"type": "git",
"url": "https://github.com/m-labs/misoc.git"
},
"original": {
"owner": "m-labs",
"repo": "misoc",
"type": "github"
"submodules": true,
"type": "git",
"url": "https://github.com/m-labs/misoc.git"
}
},
"src-pythonparser": {

View File

@ -7,7 +7,7 @@
inputs.src-pythonparser = { url = github:m-labs/pythonparser; flake = false; };
inputs.src-migen = { url = github:m-labs/migen; flake = false; };
inputs.src-misoc = { url = github:m-labs/misoc; flake = false; };
inputs.src-misoc = { type = "git"; url = "https://github.com/m-labs/misoc.git"; submodules = true; flake = false; };
outputs = { self, nixpkgs, mozilla-overlay, src-sipyco, src-pythonparser, src-migen, src-misoc }:
let