tests: try testing with nixtest

This commit is contained in:
technofab 2025-05-10 19:48:20 +02:00
parent 11537ae271
commit 93739ab27c
4 changed files with 40 additions and 0 deletions

18
flake.lock generated
View file

@ -329,6 +329,23 @@
"type": "github"
}
},
"nixtest": {
"locked": {
"dir": "lib",
"lastModified": 1746388457,
"narHash": "sha256-xWAnSFxogdy47rZyGj18R9qDlLFs/PvwPpD3iAiR2Hc=",
"owner": "technofab",
"repo": "nixtest",
"rev": "0a1bbae2c30e3ba8e3b02de223e199c5dfd56572",
"type": "gitlab"
},
"original": {
"dir": "lib",
"owner": "technofab",
"repo": "nixtest",
"type": "gitlab"
}
},
"root": {
"inputs": {
"devenv": "devenv",
@ -336,6 +353,7 @@
"mkdocs-material-umami": "mkdocs-material-umami",
"nix-mkdocs": "nix-mkdocs",
"nixpkgs": "nixpkgs_4",
"nixtest": "nixtest",
"systems": "systems",
"treefmt-nix": "treefmt-nix"
}