forked from lix-project/lix
Fix GitHub test
This commit is contained in:
parent
c20591ddc3
commit
81cafda306
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue