From a7ebb7c83489bed9554a0264b533cca8e0f340d7 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 30 May 2020 14:18:48 +0800 Subject: [PATCH] Revert "artiq-full: simpler workaround for https://github.com/NixOS/nixpkgs/pull/85763" Fixed upstream. This reverts commit aa21bde6e54f85d25bed72b8013afa993d385c76. --- artiq-full.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq-full.nix b/artiq-full.nix index b5a738d..87e2c7d 100644 --- a/artiq-full.nix +++ b/artiq-full.nix @@ -1,4 +1,4 @@ -{ pkgs ? import { config = { allowBroken = true; }; }}: +{ pkgs ? import {}}: let sinaraSystemsSrc = ;