1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-20 00:19:25 +03:00
nixpkgs/lib/tests/packages-from-directory/scope/b.nix

3 lines
28 B
Nix

{ a }:
assert a == "a";
"b"