Skip to content

Instantly share code, notes, and snippets.

@samueldr
Last active August 26, 2019 15:39
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 samueldr/e696330bdc316b4788beaf00cc24419d to your computer and use it in GitHub Desktop.
Save samueldr/e696330bdc316b4788beaf00cc24419d to your computer and use it in GitHub Desktop.
{ /* ... */ }:
/* */ let scope = { "x.y" =
{ x }: x
/* */ ;}; in scope."x.y"
error: while evaluating anonymous function at .../test.nix:1:1, called from undefined position:
'x.y' at .../x_y.nix:5:1 called without required argument 'x', at .../test.nix:10:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment