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

4 lines
28 B
Nix
Raw Normal View History

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