lix/src/libexpr/flake
Eelco Dolstra 61fdb16aac
Improve error message when a directory is not a flake
So you now get

  $ nix build
  error: path '.' is not a flake (because it does not reference a Git repository)

rather than

  $ nix build
  error: unsupported argument '.'
2019-09-02 17:35:35 +02:00
..
eval-cache.cc Disable EvalCache in impure mode 2019-06-07 22:38:39 +02:00
eval-cache.hh Add flake evaluation cache 2019-06-07 22:25:48 +02:00
flake.cc Fix sourceInfo 2019-08-30 17:27:51 +02:00
flake.hh Remove 'name' attribute from flakes 2019-08-30 16:38:27 +02:00
flakeref.cc Improve error message when a directory is not a flake 2019-09-02 17:35:35 +02:00
flakeref.hh Improve error message when a directory is not a flake 2019-09-02 17:35:35 +02:00
lockfile.cc Turn flake inputs into an attrset 2019-08-30 16:27:51 +02:00
lockfile.hh Turn flake inputs into an attrset 2019-08-30 16:27:51 +02:00