From 08e013d8ccac3d31403b4fa2e61b64ade124ceef Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 6 Jun 2024 10:21:58 +0800 Subject: [PATCH] flake: follow ARTIQ release-8 --- flake.lock | 11 ++++++----- flake.nix | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 096c920..d791597 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 9ca79cb..14ec667 100644 --- a/flake.nix +++ b/flake.nix @@ -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;