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