From e9d050d1e159571d4381d0afbafaac0a89c7eefa Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 26 May 2020 15:45:00 +0800 Subject: [PATCH] Revert "artiq-full: simpler workaround for https://github.com/NixOS/nixpkgs/pull/85763" Still breaks hydra-eval-job. This reverts commit ca4f299ab9972d3b3ab641b7f5ab392ad30a68fe. --- artiq-full.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq-full.nix b/artiq-full.nix index ee4b1ef..8f30f9e 100644 --- a/artiq-full.nix +++ b/artiq-full.nix @@ -1,4 +1,4 @@ -{ pkgs ? import { config = { allowBroken = true; }; }}: +{ pkgs ? import {}}: let sinaraSystemsSrc = ;