lib/tests: add test for callLocklessFlake

main
matthewcroughan 2 years ago
parent cad8bbe589
commit cc052779fb
  1. 9
      lib/tests/misc.nix

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

Loading…
Cancel
Save