Skip to content

Commit

Permalink
chore: fix tests (#4)
Browse files Browse the repository at this point in the history
Add missed test file for validating registry de-/serialization.
  • Loading branch information
mkenigs authored Mar 1, 2023
1 parent 86cc3e5 commit 0d1bd43
Showing 1 changed file with 124 additions and 0 deletions.
124 changes: 124 additions & 0 deletions crates/runix/test/registry.test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
{
"flakes": [
{
"from": {
"id": "examples",
"type": "indirect"
},
"to": {
"owner": "flox-examples",
"repo": "floxpkgs",
"type": "github"
}
},
{
"from": {
"id": "flox",
"type": "indirect"
},
"to": {
"owner": "flox",
"ref": "master",
"repo": "floxpkgs",
"type": "github"
}
},
{
"from": {
"id": "local",
"type": "indirect"
},
"to": {
"path": "/var/folders/fb/f1xb57354q79t_jpw5_h79cw0000gq/T/tmp.eq7xa1aY4U/hello-python",
"type": "path"
}
},
{
"from": {
"id": "nixpkgs",
"type": "indirect"
},
"to": {
"owner": "flox",
"ref": "stable",
"repo": "nixpkgs",
"type": "github"
}
},
{
"from": {
"id": "nixpkgs-flox",
"type": "indirect"
},
"to": {
"owner": "flox",
"ref": "master",
"repo": "nixpkgs-flox",
"type": "github"
}
},
{
"from": {
"id": "ysndr",
"type": "indirect"
},
"to": {
"owner": "ysndr",
"ref": "master",
"repo": "floxpkgs",
"type": "github"
}
},
{
"from": {
"id": "nixpkgs-stable",
"type": "indirect"
},
"to": {
"owner": "flox",
"ref": "stable",
"repo": "nixpkgs",
"type": "github"
}
},
{
"from": {
"id": "nixpkgs-staging",
"type": "indirect"
},
"to": {
"owner": "flox",
"ref": "staging",
"repo": "nixpkgs",
"type": "github"
}
},
{
"from": {
"id": "nixpkgs-unstable",
"type": "indirect"
},
"to": {
"owner": "flox",
"ref": "unstable",
"repo": "nixpkgs",
"type": "github"
}
},
{
"exact": true,
"from": {
"id": "nixpkgs",
"type": "indirect"
},
"to": {
"lastModified": 1666570118,
"narHash": "sha256-MTXmIYowHM1wyIYyqPdBLia5SjGnxETv0YkIbDsbkx4=",
"path": "/nix/store/083m43hjhry94cvfmqdv7kjpvsl3zzvi-source",
"rev": "1e684b371cf05300bc2b432f958f285855bac8fb",
"type": "path"
}
}
],
"version": 2
}

0 comments on commit 0d1bd43

Please sign in to comment.