Revert "artiq-full: simpler workaround for https://github.com/NixOS/nixpkgs/pull/85763"

Still breaks hydra-eval-job.

This reverts commit ca4f299ab9.
master
Sebastien Bourdeauducq 2020-05-26 15:45:00 +08:00
parent ca4f299ab9
commit e9d050d1e1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ pkgs ? import <nixpkgs> { config = { allowBroken = true; }; }}:
{ pkgs ? import <nixpkgs> {}}:
let
sinaraSystemsSrc = <sinaraSystemsSrc>;