flake: follow ARTIQ release-8

This commit is contained in:
Sebastien Bourdeauducq 2024-06-06 10:21:58 +08:00
parent e7a0f4cf23
commit 08e013d8cc
2 changed files with 7 additions and 6 deletions

View File

@ -66,15 +66,16 @@
"src-pythonparser": "src-pythonparser"
},
"locked": {
"lastModified": 1717638354,
"narHash": "sha256-eyI8OsOrn/j8ChbCpyFpS5VXBW8xSNGGIboFGQj/d4I=",
"ref": "refs/heads/master",
"rev": "ebc1e3fb767d6c0eac6eac20c3afeaba2ab70d1a",
"revCount": 8833,
"lastModified": 1717637705,
"narHash": "sha256-ZE5uuNgkaCMGAvvIg5acMotMdbrq5+o3k5lhEM1dGeI=",
"ref": "release-8",
"rev": "927bb3b6b4269d413d28aad264348432a9a672c0",
"revCount": 8832,
"type": "git",
"url": "https://github.com/m-labs/artiq.git"
},
"original": {
"ref": "release-8",
"type": "git",
"url": "https://github.com/m-labs/artiq.git"
}

View File

@ -1,7 +1,7 @@
{
description = "Additional packages for ARTIQ";
inputs.artiqpkgs.url = git+https://github.com/m-labs/artiq.git;
inputs.artiqpkgs.url = git+https://github.com/m-labs/artiq.git?ref=release-8;
inputs.daxpkgs = {
url = git+https://gitlab.com/duke-artiq/dax.git;