From f9c728aab712b42210b4d3a56d027364e0f85bc8 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 26 May 2020 15:38:06 +0800 Subject: [PATCH] Revert "artiq-full: work around https://github.com/NixOS/nixpkgs/pull/85763" Makes hydra-eval-job OOM for some reason. This reverts commit ced0ef13b3f2d7b4931f378590de8b5715b9df06. --- artiq-full.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/artiq-full.nix b/artiq-full.nix index 2c59154..8f30f9e 100644 --- a/artiq-full.nix +++ b/artiq-full.nix @@ -1,14 +1,4 @@ -{ pkgs ? import { overlays = [ - ( - self: super: { - python3 = super.python3.override { - packageOverrides = self: super: { - svgwrite = super.svgwrite.overrideAttrs(oa: {meta = {};}); - }; - }; - } - ) - ]; }}: +{ pkgs ? import {}}: let sinaraSystemsSrc = ;