# Test import expression
# Import evaluates the file and returns its value

# Import a file that returns a simple value (42)
import ./simple.nix

# Can also import lookup paths:
# import <nixpkgs> { }

# Import with path expressions:
# import (./dir + "/file.nix")
