Created
April 5, 2020 20:06
-
-
Save LnL7/423066a9227cd8503b3561690a85ab8a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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