Skip to content

Instantly share code, notes, and snippets.

@ixxie
Created May 5, 2018 13:43
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 ixxie/760853c3024df9cab5e7a685ab75bf2c to your computer and use it in GitHub Desktop.
Save ixxie/760853c3024df9cab5e7a685ab75bf2c to your computer and use it in GitHub Desktop.
{ pkgs, myFunc, ... }:
myFunc {
x = path.to.stuff;
}
{ pkgs, myFunc, ... }:
myFunc
{
x = path.to.stuff;
}
{ pkgs, myFunc, ... }:
myFunc {
x = path.to.stuff;
}
{ pkgs, myFunc, ... }:
myFunc
{
x = path.to.stuff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment