From 005792ed77f3f1d87c18c0adbb7c88e32afdce62 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 28 Jun 2020 13:56:43 +0800 Subject: [PATCH] wfvm: restrict distribution of VS layout --- artiq-fast/wfvm/layers/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq-fast/wfvm/layers/default.nix b/artiq-fast/wfvm/layers/default.nix index 1321748..6885d54 100644 --- a/artiq-fast/wfvm/layers/default.nix +++ b/artiq-fast/wfvm/layers/default.nix @@ -89,7 +89,7 @@ in ''; }; cache = pkgs.stdenv.mkDerivation { - name = "vs"; + name = "RESTRICTDIST-vs"; outputHashAlgo = "sha256"; outputHashMode = "recursive";