lix/src
Silvan Mosberger c34e96f7e0
Make function arguments retain position info
This allows querying the location of function arguments. E.g.

  builtins.unsafeGetAttrPos "x" (builtins.functionArgs ({ x }: null))

  => { column = 57; file = "/home/infinisil/src/nix/inst/test.nix"; line = 1; }
2020-04-02 05:52:52 +02:00
..
build-remote Remove global -I flags 2020-03-30 15:30:19 +02:00
cpptoml bump cpptoml to v0.1.1 2019-05-29 17:01:39 +08:00
libexpr Make function arguments retain position info 2020-04-02 05:52:52 +02:00
libmain Remove global -I flags 2020-03-30 15:30:19 +02:00
libstore fix placeholder not substituted in passAsFile 2020-03-31 19:40:16 +08:00
libutil Backport 'nix dev-shell' from the flakes branch 2020-03-30 19:16:45 +02:00
nix nix shell -> nix dev-shell 2020-03-31 13:45:28 +02:00
nix-build Remove global -I flags 2020-03-30 15:30:19 +02:00
nix-channel Remove global -I flags 2020-03-30 15:30:19 +02:00
nix-collect-garbage Remove global -I flags 2020-03-30 15:30:19 +02:00
nix-copy-closure Remove global -I flags 2020-03-30 15:30:19 +02:00
nix-daemon Remove global -I flags 2020-03-30 15:30:19 +02:00
nix-env Remove global -I flags 2020-03-30 15:30:19 +02:00
nix-instantiate Remove global -I flags 2020-03-30 15:30:19 +02:00
nix-prefetch-url Remove global -I flags 2020-03-30 15:30:19 +02:00
nix-store Remove global -I flags 2020-03-30 15:30:19 +02:00
resolve-system-dependencies Fix macOS build 2020-03-30 17:00:40 +02:00