3
0
Fork 0
forked from mirrors/nixpkgs

lib/tests: add test for callLocklessFlake

This commit is contained in:
matthewcroughan 2022-04-12 19:47:48 +01:00
parent cad8bbe589
commit cc052779fb

View file

@ -22,6 +22,15 @@ in
runTests {
# FLAKES
testCallLocklessFlake = {
expr = callLocklessFlake {
path = ./..;
inputs = {};
};
expected = { lib = import ./..; outPath = ./..; };
};
# TRIVIAL