Skip to content

Instantly share code, notes, and snippets.

@expipiplus1
Created October 5, 2017 09:03
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 expipiplus1/d5f4be7a939b6fcf3358ecab42a361c0 to your computer and use it in GitHub Desktop.
Save expipiplus1/d5f4be7a939b6fcf3358ecab42a361c0 to your computer and use it in GitHub Desktop.
let foo = (import <nixpkgs> {}).writeTextFile {
name = "foo";
text = ''"hello"'';
};
in import foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment