Skip to content

Commit

Permalink
Fix GitHub test
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jun 3, 2020
1 parent c20591d commit 81cafda
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions tests/github-flakes.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 81cafda

Please sign in to comment.