From aa17037193b85b80f8418adc15d3f65a6cd6be4c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 13 Feb 2019 12:19:57 +0800 Subject: [PATCH] nix: do not make conda-board package depend on a specific ARTIQ version numbers --- nix/conda-board.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/conda-board.nix b/nix/conda-board.nix index 0e73b72bd..08c9fc18b 100644 --- a/nix/conda-board.nix +++ b/nix/conda-board.nix @@ -30,7 +30,7 @@ let - site-packages requirements: run: - - artiq {{ "{tag} {number}+git{hash}".format(tag=environ["GIT_DESCRIBE_TAG"], number=environ["GIT_DESCRIBE_NUMBER"], hash=environ["GIT_FULL_HASH"][:8]) }} + - artiq ignore_prefix_files: True about: