From 9642cd7ae24f0ba79ce5647c709b35ae8f06a285 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sun, 19 Jan 2025 21:14:51 +0100 Subject: vault backup: 2025-01-19 21:14:51 --- 3 Resources/Nix/Import.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 3 Resources/Nix/Import.md (limited to '3 Resources/Nix/Import.md') diff --git a/3 Resources/Nix/Import.md b/3 Resources/Nix/Import.md new file mode 100644 index 0000000..d201c74 --- /dev/null +++ b/3 Resources/Nix/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