forked from lix-project/lix
Fix GitHub test
This commit is contained in:
parent
c20591ddc3
commit
81cafda306
|
@ -26,12 +26,20 @@ let
|
||||||
name = "registry";
|
name = "registry";
|
||||||
text = ''
|
text = ''
|
||||||
{
|
{
|
||||||
"flakes": {
|
"flakes": [
|
||||||
"flake:nixpkgs": {
|
{
|
||||||
"uri": "github:NixOS/nixpkgs"
|
"from": {
|
||||||
|
"type": "indirect",
|
||||||
|
"id": "nixpkgs"
|
||||||
|
},
|
||||||
|
"to": {
|
||||||
|
"type": "github",
|
||||||
|
"owner": "NixOS",
|
||||||
|
"repo": "nixpkgs"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
],
|
||||||
"version": 1
|
"version": 2
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
destination = "/flake-registry.json";
|
destination = "/flake-registry.json";
|
||||||
|
|
Loading…
Reference in a new issue