Skip to content

Instantly share code, notes, and snippets.

@MagnificentPako
Created April 12, 2018 19:34
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 MagnificentPako/8a8642baf877a0a59be3b31f2bf6a31b to your computer and use it in GitHub Desktop.
Save MagnificentPako/8a8642baf877a0a59be3b31f2bf6a31b to your computer and use it in GitHub Desktop.
import <nixpkgs> with {};
self: super: {
makeEmojicodeApp = stuff: {
stdenv.makeDerivation (stuff // {
});
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment