From 9d9ce56b4d4417e632f0b31f66bc7e2c12b7bd5c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 2 Jun 2022 19:00:19 +0800 Subject: [PATCH] flake: nix 2.8 compatibility fix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f29d351..69c5d3a 100644 --- a/flake.nix +++ b/flake.nix @@ -211,7 +211,7 @@ postFixup = '' wrapQtApp "$out/bin/wand_gui" ''; - propagatedBuildInputs = (with artiq.packages.x86_64-linux; [ artiq qasync ]) + propagatedBuildInputs = [ artiq.packages.x86_64-linux.artiq artiq.packages.x86_64-linux.qasync ] ++ [ artiq.inputs.sipyco.packages.x86_64-linux.sipyco ] ++ (with pkgs.python3Packages; [ numpy scipy influxdb pyqtgraph setuptools ]); };