Pass position information to primop calls
For example:
error: `tail' called on an empty list, at
/home/eelco/Dev/nixpkgs/pkgs/applications/misc/hello/ex-2/default.nix:13:7
This commit is contained in:
parent
8b31ffd10d
commit
c28de6d96e
5 changed files with 105 additions and 105 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/* This is the implementation of the ‘derivation’ builtin function.
|
||||
It's actually a wrapper around the ‘derivationStrict’ primop. */
|
||||
|
||||
drvAttrs @ { outputs ? [ "out" ], ... }:
|
||||
drvAttrs @ { outputs ? [ "out" ], name, builder, system, ... }:
|
||||
|
||||
let
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue