From 24667daf4b4b5e2c64e918eded920ba6e6c50cc2 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 15 Jan 2023 16:37:40 +0800 Subject: [PATCH] fix msys2-artiq --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 72cd0ad..2cd826f 100644 --- a/flake.nix +++ b/flake.nix @@ -428,8 +428,7 @@ }; msys2-artiq = msys2.makeMsys2Package { name = "artiq"; - src = artiq; - inherit (artiqpkgs.packages.x86_64-linux.artiq) version; + inherit (artiqpkgs.packages.x86_64-linux.artiq) version src; prepare = '' export VERSIONEER_OVERRIDE=${artiqpkgs.packages.x86_64-linux.artiq.version}