forked from M-Labs/nix-scripts
artiq-full: simpler workaround for https://github.com/NixOS/nixpkgs/pull/85763
This commit is contained in:
parent
f9c728aab7
commit
ca4f299ab9
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs ? import <nixpkgs> {}}:
|
{ pkgs ? import <nixpkgs> { config = { allowBroken = true; }; }}:
|
||||||
|
|
||||||
let
|
let
|
||||||
sinaraSystemsSrc = <sinaraSystemsSrc>;
|
sinaraSystemsSrc = <sinaraSystemsSrc>;
|
||||||
|
|
Loading…
Reference in New Issue