Skip to content

Instantly share code, notes, and snippets.

@LnL7
Created April 5, 2020 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LnL7/423066a9227cd8503b3561690a85ab8a to your computer and use it in GitHub Desktop.
Save LnL7/423066a9227cd8503b3561690a85ab8a to your computer and use it in GitHub Desktop.
diff --git a/pkgs/applications/misc/hello/default.nix b/pkgs/applications/misc/hello/default.nix
index 8bae8ce373c..c3a30ba8017 100644
--- a/pkgs/applications/misc/hello/default.nix
+++ b/pkgs/applications/misc/hello/default.nix
@@ -1,3 +1,5 @@
+with import <whoaaaaaa> {};
+
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment