From 046dd6a63f9956786f9f6d0ce484009e54725f52 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 19 Jul 2022 19:04:12 +0800 Subject: [PATCH] release-7 --- final/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/final/flake.nix b/final/flake.nix index 813744d..9bcd5a1 100644 --- a/final/flake.nix +++ b/final/flake.nix @@ -1,5 +1,5 @@ { - inputs.artiq.url = git+https://github.com/m-labs/artiq.git; + inputs.artiq.url = git+https://github.com/m-labs/artiq.git?ref=release-7; outputs = { self, artiq }: { nixosConfigurations.artiq = artiq.inputs.nixpkgs.lib.nixosSystem { system = "x86_64-linux";