master
Sebastien Bourdeauducq 2020-05-26 15:42:44 +08:00
parent e9d050d1e1
commit aa21bde6e5
1 changed files with 1 additions and 1 deletions

View File

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