summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 458e5c9..8253685 100644
--- a/default.nix
+++ b/default.nix
@@ -1,3 +1,5 @@
let
nixpkgs = import <nixpkgs> {};
-in nixpkgs.hello
+in {
+ inherit (nixpkgs) hello;
+}