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

Fixed upstream.

This reverts commit aa21bde6e5.
master
Sebastien Bourdeauducq 2020-05-30 14:18:48 +08:00
parent 3801458324
commit a7ebb7c834
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>;