No matches.
Import-resolving Nix IR plugin
ssh://git@git.notashelf.dev:33/notashelf/nixir.git
# 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")