update tap, also other flakes

This commit is contained in:
rhiannon morris 2023-02-23 10:02:45 +01:00
parent efca9a7138
commit abe812fc40
2 changed files with 12 additions and 11 deletions

View File

@ -130,11 +130,11 @@
}, },
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1667395993, "lastModified": 1676283394,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -392,11 +392,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1672997035, "lastModified": 1677050843,
"narHash": "sha256-DNaNjsGMRYefBTAxFIrVOB2ok477cj1FTpqnu/mKRf4=", "narHash": "sha256-3fcFxn58eCtrXrVPeW/nAg6NR5wUERVEf8zOtjPDzuM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f1ffcf798e93b169321106a4aef79526a2b4bd0a", "rev": "9e0eed654c705c7cafe192a8eba1610217f70544",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -569,11 +569,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1676154915, "lastModified": 1677099362,
"narHash": "sha256-yr1x/ACiYBSdLo7ZKEay8vZCwhg0g9uKhJRSoiZG1wU=", "narHash": "sha256-egayKOaeCief0149Ht5tJlH6mu5GnP7mwjsX0GGOfxo=",
"ref": "main", "ref": "main",
"rev": "8428d0dd068ba675473297e52a679722cb976398", "rev": "4dba693a5fe47fc0304053c4c1237fa373379c4f",
"revCount": 13, "revCount": 14,
"type": "git", "type": "git",
"url": "https://git.rhiannon.website/rhi/idris2-tap" "url": "https://git.rhiannon.website/rhi/idris2-tap"
}, },

View File

@ -14,4 +14,5 @@ allTests = [
Typechecker.tests Typechecker.tests
] ]
main = TAP.main !getTestOpts ["all" :- allTests] main : IO ()
main = TAP.main !(getTestOpts "quox test suite") ["all" :- allTests]