Skip to content

Instantly share code, notes, and snippets.

@grahamc

grahamc/meta.nix Secret

Created February 3, 2021 19:19
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 grahamc/f50de4a5d117fae282a78bae48cf36d9 to your computer and use it in GitHub Desktop.
Save grahamc/f50de4a5d117fae282a78bae48cf36d9 to your computer and use it in GitHub Desktop.
{
example = derivation {
name = "multiple-outputs";
builder = ./example;
meta.description = "hi";
system = builtins.currentSystem;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment