From 9232b8d817d4cd4122947375156fa2fa1e9fba14 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Mon, 13 Jan 2025 13:16:06 +0100 Subject: vault backup: 2025-01-13 13:16:06 --- 3 resources/nix/language/Import.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 3 resources/nix/language/Import.md (limited to '3 resources/nix/language/Import.md') diff --git a/3 resources/nix/language/Import.md b/3 resources/nix/language/Import.md new file mode 100644 index 0000000..d201c74 --- /dev/null +++ b/3 resources/nix/language/Import.md @@ -0,0 +1,5 @@ +#nix #keyword + +--- +The import keyword brings a Nix expression from another source into scope such that we can reference it. For example, we can `import ` and it would bring the entire attribute set that is Nixpkgs into scope and allows us to reference any of its attributes. + -- cgit v1.2.3