Fix GitHub test

This commit is contained in:
Eelco Dolstra 2020-06-03 16:29:04 +02:00
parent c20591ddc3
commit 81cafda306

View file

@ -26,12 +26,20 @@ let
name = "registry";
text = ''
{
"flakes": {
"flake:nixpkgs": {
"uri": "github:NixOS/nixpkgs"
"flakes": [
{
"from": {
"type": "indirect",
"id": "nixpkgs"
},
"to": {
"type": "github",
"owner": "NixOS",
"repo": "nixpkgs"
}
}
},
"version": 1
],
"version": 2
}
'';
destination = "/flake-registry.json";