blob: 616c155f53742b6743a667492e8f461dcbaa0bec (
plain)
1
2
|
The import keyword brings a Nix expression from another source into scope such that we can reference it. For example, we can `import <nixpkgs>` and it would bring the entire attribute set that is Nixpkgs into scope and allows us to reference any of its attributes.
|